Update help banner for bin/changelog

[ci skip]
This commit is contained in:
Robert Speicher 2016-11-03 12:55:32 +00:00
parent ca1096e77f
commit 2f3e710150
1 changed files with 1 additions and 1 deletions

View File

@ -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