* tool/redmine-backporter.rb: update usage.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2015-01-20 02:31:50 +00:00
parent e7317dde41
commit 2076f1e009
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Jan 20 11:31:07 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* tool/redmine-backporter.rb: update usage.
Tue Jan 20 11:23:47 2015 NARUSE, Yui <naruse@ruby-lang.org>
* tool/redmine-backporter.rb (mygets): to support Backspace

View File

@ -444,7 +444,8 @@ eom
when 'help'
puts 'ls '.color(bold: true) + ' show all required tickets'
puts 'show TICKET '.color(bold: true) + ' show the detail of the TICKET, and select it'
puts 'TICKET '.color(bold: true) + ' show the backport option of the selected ticket for merger.rb'
puts 'TICKET '.color(bold: true) + ' show the backport option of the TICKET for merger.rb'
puts 'rel REVISION '.color(bold: true) + ' add the selected ticket as related to the REVISION'
puts 'done [TICKET] [-- NOTE]'.color(bold: true) + ' set Backport field of the TICKET to DONE'
puts 'close [TICKET] '.color(bold: true) + ' close the TICKET'
puts 'last [TICKET] '.color(bold: true) + ' show the last journal of the TICKET'