Commit f5fae3b0 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'secpick-doc-improvements' into 'master'

Upate bin/secpick help message to mention commit range

See merge request gitlab-org/gitlab!19742
parents f4566cb4 d7d3b892
......@@ -103,7 +103,7 @@ module Secpick
options[:branch] = branch
end
opts.on('-s', '--sha abcd', 'SHA to cherry pick') do |sha|
opts.on('-s', '--sha abcd', 'SHA or SHA range to cherry pick') do |sha|
options[:sha] = sha
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment