Fix updated help text for the authenticate base command so it aligns with the password subcommand (#401)

pull/405/head
Christian Frichot 6 years ago committed by GitHub
parent 9e6c016223
commit 475c6cdebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ func (c *Command) Help() string {
"",
" Authenticate with password auth method:",
"",
" $ boundary authenticate password -name foo -password bar",
" $ boundary authenticate password -auth-method-id ampw_1234567890 -login-name foo -password \"bar\"",
"",
" Please see the auth method subcommand help for detailed usage information.",
})

Loading…
Cancel
Save