summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-07 09:06:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-07 09:06:03 +0000
commitbf3d94a7332ff411b654137a1d1288c399fceba4 (patch)
tree23800a9bca70a42294c0c917da5e5b9388f537f6 /bin
parent2a87ae2e368ec6fbb1e75b89bc092ba2fd7eb913 (diff)
downloadgitlab-ce-bf3d94a7332ff411b654137a1d1288c399fceba4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'bin')
-rwxr-xr-xbin/secpick2
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