Skip to content

Commit

Permalink
added subcommand in message (#1671)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored Apr 27, 2020
1 parent af1c82a commit 1cc3466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private int handleParseException(final CommandLine.ParameterException ex, final
CommandLine.UnmatchedArgumentException.printSuggestions(ex, outputWriter);
outputWriter.println();
outputWriter.println("To display full help:");
outputWriter.println("teku --help");
outputWriter.println("teku [COMMAND] --help");

return ex.getCommandLine().getCommandSpec().exitCodeOnInvalidInput();
}
Expand Down

0 comments on commit 1cc3466

Please sign in to comment.