Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuyafw committed Feb 9, 2017
1 parent 93f15af commit 8b0a501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kumogata2/cli/option_parser.rb
Expand Up @@ -261,7 +261,7 @@ def validate_arguments(command, arguments)
max = expected.length

if arguments.length < min or max < arguments.length
raise "Usage: kumogata #{command} #{arguments_to_message(expected)} [options]"
raise "Usage: kumogata2 #{command} #{arguments_to_message(expected)} [options]"
end
end

Expand Down

0 comments on commit 8b0a501

Please sign in to comment.