diff options
-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 |