Parser: less wordy output

This commit is contained in:
Olle Jonsson 2017-10-19 09:01:37 +02:00
parent 91ac00c1d3
commit b486425af1

View File

@ -22,7 +22,7 @@ module GitHubChangelogGenerator
unless options[:user] && options[:project]
warn "Tell us which user and project to work on. Options --user and --project, or settings to that effect."
abort(parser.to_s)
abort(parser.banner)
end
options.print_options