Skip to content

Commit

Permalink
Update expected CLI help for command 'version' (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik authored Feb 23, 2023
1 parent ac390b4 commit a8f9f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ enum CommandWithHelp {
DEV("dev", "Run the current project in dev (live coding) mode."),
EXTENSION("extension", "List platforms and extensions."),
COMPLETION("completion", "bash/zsh completion: source <(quarkus completion)"),
VERSION("version", "Display version information");
VERSION("version", "Print Cli version information and exit.");

private final String command;
private final String expectedHelp;
Expand Down

0 comments on commit a8f9f44

Please sign in to comment.