Update parser.rb
This commit is contained in:
parent
b486425af1
commit
5834fd3766
|
@ -21,7 +21,8 @@ module GitHubChangelogGenerator
|
||||||
end
|
end
|
||||||
|
|
||||||
unless options[:user] && options[:project]
|
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)
|
abort(parser.banner)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user