Skip to content

Commit

Permalink
change wording on InputError message
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 28, 2016
1 parent d74e019 commit 0fd8d67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ boolean runCommand(String cmd, String[] args) throws CommandRunFailure
return commandInvoke.run(args);
} catch (InputError inputError) {
context.getOutput().warning(String.format(
"Error parsing arguments for [%s]: %s",
"Input error for [%s]: %s",
cmd,
inputError.getMessage()
));
Expand Down

0 comments on commit 0fd8d67

Please sign in to comment.