[KEYCLOAK-19833] Fix message format
This commit is contained in:
parent
163fbf40f6
commit
82bfe9d977
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import picocli.CommandLine.Option;
|
||||||
"Find more information at: https://www.keycloak.org/docs/latest"
|
"Find more information at: https://www.keycloak.org/docs/latest"
|
||||||
},
|
},
|
||||||
description = {
|
description = {
|
||||||
"Use this command-line tool to manage your Keycloak cluster.",
|
"%nUse this command-line tool to manage your Keycloak cluster.",
|
||||||
"Make sure the command is available on your \"PATH\" or prefix it with \"./\" (e.g.: \"./${COMMAND-NAME}\") to execute from the current folder."
|
"Make sure the command is available on your \"PATH\" or prefix it with \"./\" (e.g.: \"./${COMMAND-NAME}\") to execute from the current folder."
|
||||||
},
|
},
|
||||||
footerHeading = "Examples:",
|
footerHeading = "Examples:",
|
||||||
|
|
Loading…
Reference in a new issue