mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
command/server: fixing output weirdness
This commit is contained in:
@@ -155,7 +155,7 @@ func (c *ServerCommand) Run(args []string) int {
|
||||
"immediately begin using the Vault CLI.\n\n"+
|
||||
"The only step you need to take is to set the following\n"+
|
||||
"environment variables:\n\n"+
|
||||
" export VAULT_ADDR='http://127.0.0.1:8200'\n"+
|
||||
" export VAULT_ADDR='http://127.0.0.1:8200'\n\n"+
|
||||
"The unseal key and root token are reproduced below in case you\n"+
|
||||
"want to seal/unseal the Vault or play with authentication.\n\n"+
|
||||
"Unseal Key: %s\nRoot Token: %s\n",
|
||||
|
||||
Reference in New Issue
Block a user