diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-07 09:06:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-07 09:06:03 +0000 |
commit | bf3d94a7332ff411b654137a1d1288c399fceba4 (patch) | |
tree | 23800a9bca70a42294c0c917da5e5b9388f537f6 /bin | |
parent | 2a87ae2e368ec6fbb1e75b89bc092ba2fd7eb913 (diff) | |
download | gitlab-ce-bf3d94a7332ff411b654137a1d1288c399fceba4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/secpick | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/secpick b/bin/secpick index a44867846d0..963172987f4 100755 --- a/bin/secpick +++ b/bin/secpick @@ -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 |