From 475c6cdebe3d67195f2721783515d8a0faa156db Mon Sep 17 00:00:00 2001 From: Christian Frichot Date: Tue, 22 Sep 2020 19:51:14 +0800 Subject: [PATCH] Fix updated help text for the authenticate base command so it aligns with the password subcommand (#401) --- internal/cmd/commands/authenticate/authenticate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/commands/authenticate/authenticate.go b/internal/cmd/commands/authenticate/authenticate.go index fde8fcc855..53723aa488 100644 --- a/internal/cmd/commands/authenticate/authenticate.go +++ b/internal/cmd/commands/authenticate/authenticate.go @@ -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.", })