From 2f3e71015096deb238bb4a1d58346dfc2f8a23d6 Mon Sep 17 00:00:00 2001 From: Robert Speicher <rspeicher@gmail.com> Date: Thu, 3 Nov 2016 12:55:32 +0000 Subject: [PATCH] Update help banner for bin/changelog [ci skip] --- bin/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab