diff --git a/docs/src/main/asciidoc/config-secrets.adoc b/docs/src/main/asciidoc/config-secrets.adoc index bebee8a9b6a8f..ec1a0c0e761ab 100644 --- a/docs/src/main/asciidoc/config-secrets.adoc +++ b/docs/src/main/asciidoc/config-secrets.adoc @@ -33,7 +33,7 @@ Use the Quarkus CLI command to add a new encrypted value or encrypt an existent **** [source, bash] ---- -quarkus config set --encrypt --name=my.secret --value=1234 +quarkus config set --encrypt my.secret 1234 ---- _For more information about how to install the Quarkus CLI and use it, please refer to xref:cli-tooling.adoc[the Quarkus CLI guide]._