diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/changelog.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/changelog.rb b/bin/changelog.rb index 7862f21eb..2e17f2283 100644 --- a/bin/changelog.rb +++ b/bin/changelog.rb @@ -133,7 +133,7 @@ module Redmine begin raise if items_per_page == 0 || @no_of_issues == 0 - rescue Exception => e + rescue => e puts "No changelog items to process.\n" + "Make sure to provide a valid version id as the -i parameter." exit |