Skip to content

Commit

Permalink
Merge pull request quarkusio#20499 from jmartisk/fix-hint
Browse files Browse the repository at this point in the history
Fix an incorrect hint in the CLI
  • Loading branch information
ebullient authored Oct 1, 2021
2 parents c5eda09 + df311df commit 8779211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private void printHints(boolean formatHint, boolean extensionListHint) {
if (extensionListHint) {
output.info("");
output.info(ListCategories.LIST_EXTENSIONS_HINT,
"`quarkus extensions list --installable --category \"categoryId\"`");
"`quarkus extension list --installable --category \"categoryId\"`");
}
}

Expand Down

0 comments on commit 8779211

Please sign in to comment.