Commit d7d3b892 authored by Dylan Griffith's avatar Dylan Griffith

Upate bin/secpick help mention commit range

parent 955c4b53
......@@ -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