From 594e7ba252eeb7d4c8957b7e7b4e8a4d2def9c98 Mon Sep 17 00:00:00 2001 From: Brian Kane <38470665+BKaneAtWork@users.noreply.github.com> Date: Wed, 7 May 2025 17:18:31 -0500 Subject: [PATCH] Update couchbase-cli-reset-admin-password.adoc new password will be printed to stdout on the next line, whereas the current text makes it look like the example is providing the string jXjNW6LG as input. --- .../cli/pages/cbcli/couchbase-cli-reset-admin-password.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/cli/pages/cbcli/couchbase-cli-reset-admin-password.adoc b/docs/modules/cli/pages/cbcli/couchbase-cli-reset-admin-password.adoc index 1e27956a..897be46c 100644 --- a/docs/modules/cli/pages/cbcli/couchbase-cli-reset-admin-password.adoc +++ b/docs/modules/cli/pages/cbcli/couchbase-cli-reset-admin-password.adoc @@ -65,7 +65,8 @@ To change the administrator password to a randomly generated value, run the following command. The new password will be printed to stdout if the password is successfully changed: ---- -$ couchbase-cli reset-admin-password --regenerate jXjNW6LG +$ couchbase-cli reset-admin-password --regenerate +jXjNW6LG ---- == SEE ALSO