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:
parent
ec4af34efb
commit
b709f59b15
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue