From 5834fd376686c7b30491c2532f60721f540fe4b9 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 26 Oct 2017 14:46:20 +0200 Subject: [PATCH] Update parser.rb --- lib/github_changelog_generator/parser.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/github_changelog_generator/parser.rb b/lib/github_changelog_generator/parser.rb index 33427d2..dd8aa9c 100755 --- a/lib/github_changelog_generator/parser.rb +++ b/lib/github_changelog_generator/parser.rb @@ -21,7 +21,8 @@ module GitHubChangelogGenerator end unless options[:user] && options[:project] - warn "Tell us which user and project to work on. Options --user and --project, or settings to that effect." + warn "Configure which user and project to work on." + warn "Options --user and --project, or settings to that effect. See --help for more." abort(parser.banner) end