1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

View file

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