From b486425af14f9e160e9aad4625ff36ac905be399 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 19 Oct 2017 09:01:37 +0200 Subject: [PATCH] Parser: less wordy output --- lib/github_changelog_generator/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_changelog_generator/parser.rb b/lib/github_changelog_generator/parser.rb index b2c0062..33427d2 100755 --- a/lib/github_changelog_generator/parser.rb +++ b/lib/github_changelog_generator/parser.rb @@ -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