diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-11-03 12:55:32 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-11-03 12:55:32 +0000 |
commit | 2f3e71015096deb238bb4a1d58346dfc2f8a23d6 (patch) | |
tree | ac280c3dbb6589cb0ce0ce6b90304af1bcd8b3de /bin | |
parent | ca1096e77f1f44089cd8e37e2fe7fa392571542f (diff) | |
download | gitlab-ce-2f3e71015096deb238bb4a1d58346dfc2f8a23d6.tar.gz |
Update help banner for bin/changelog
[ci skip]
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/changelog b/bin/changelog index 2cd337af778..b6586ebb6aa 100755 --- a/bin/changelog +++ b/bin/changelog @@ -22,7 +22,7 @@ class ChangelogOptionParser options = Options.new parser = OptionParser.new do |opts| - opts.banner = "Usage: #{__FILE__} [options]" + opts.banner = "Usage: #{__FILE__} [options] [title]\n\n" # Note: We do not provide a shorthand for this in order to match the `git # commit` interface |