diff options
author | Go MAEDA <maeda@farend.jp> | 2025-01-29 07:22:17 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2025-01-29 07:22:17 +0000 |
commit | c39ac52da75c507b7f2946a89795ad827927f1bb (patch) | |
tree | 2d67113ad72bbf64e6b2624dd7aa977f5640217a | |
parent | 55d6b59b61ac99b049893dd11fa286edc95bfbd3 (diff) | |
download | redmine-c39ac52da75c507b7f2946a89795ad827927f1bb.tar.gz redmine-c39ac52da75c507b7f2946a89795ad827927f1bb.zip |
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
-rwxr-xr-x | bin/changelog.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/changelog.rb b/bin/changelog.rb index b3dec3b69..24c037517 100755 --- a/bin/changelog.rb +++ b/bin/changelog.rb @@ -24,7 +24,7 @@ class OptionsParser opts.separator 'Required specific options:' 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 end |