From c39ac52da75c507b7f2946a89795ad827927f1bb Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 29 Jan 2025 07:22:17 +0000 Subject: [PATCH] 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 --- bin/changelog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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