mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 11:25:55 +01:00
Update usage description to clarify support for multiple version IDs in changelog.rb (#35648).
git-svn-id: https://svn.redmine.org/redmine/trunk@23471 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -24,7 +24,7 @@ class OptionsParser
|
|||||||
opts.separator 'Required specific options:'
|
opts.separator 'Required specific options:'
|
||||||
|
|
||||||
opts.on('-i', '--version_id VERSIONID',
|
opts.on('-i', '--version_id VERSIONID',
|
||||||
'Numerical id of the version [int]') do |i|
|
'Numerical id of the version [int]. Multiple IDs can be specified using the format `"196|197"`') do |i|
|
||||||
options.version_id = i
|
options.version_id = i
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user