fix help message

This commit is contained in:
Petr Korolev 2015-03-04 16:45:18 +02:00
parent 917041424b
commit 63bf4a59d4

View File

@ -31,7 +31,7 @@ module GitHubChangelogGenerator
options = hash
parser = OptionParser.new { |opts|
opts.banner = 'Usage: changelog_generator [options]'
opts.banner = 'Usage: github_changelog_generator [options]'
opts.on('-u', '--user [USER]', 'Username of the owner of target GitHub repo') do |last|
options[:user] = last
end