Update help text exporting dev mode listen address.

Ping #1160
This commit is contained in:
Jeff Mitchell
2016-03-03 18:10:14 -05:00
parent f538393d24
commit 67b8eab204
2 changed files with 2 additions and 1 deletions

View File

@@ -239,7 +239,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="+quote+"http://127.0.0.1:8200"+quote+"\n\n"+
" "+export+" VAULT_ADDR="+quote+"http://"+config.Listeners[0].Config["address"]+quote+"\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",