Missed `#` in usage

* tool/generate-backport-changelog.rb (usage): missed `#` in usage


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2017-08-09 08:17:52 +00:00
parent ec4af34efb
commit b709f59b15
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require "time"
def usage!
STDERR.puts <<-EOS
Usage: $0 [--trunk=<dir>] [--target=<dir>] <revision(s)>
Usage: #$0 [--trunk=<dir>] [--target=<dir>] <revision(s)>
Generate ChangeLog entries for backporting.
The entries are output to STDOUT, and the messages of this tool are output to