summaryrefslogtreecommitdiff
path: root/tool/redmine-backporter.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-20 02:31:50 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-20 02:31:50 +0000
commit2076f1e0090775fb80d4ea97b0034be0f4e6a496 (patch)
tree9393464837aead6743a231f2f83f208f67665f2d /tool/redmine-backporter.rb
parente7317dde41692049f3615249098acce86b5536e3 (diff)
* tool/redmine-backporter.rb: update usage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/redmine-backporter.rb')
-rwxr-xr-xtool/redmine-backporter.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/redmine-backporter.rb b/tool/redmine-backporter.rb
index 847c243c64..2e5d7d32e5 100755
--- a/tool/redmine-backporter.rb
+++ b/tool/redmine-backporter.rb
@@ -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'