From bdf468c6add5839e08b578ffadeaddfcdbcd11e2 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Wed, 15 Mar 2023 12:23:26 +0000 Subject: [PATCH] cli: fix login help output formatting. (#16502) --- command/login.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/login.go b/command/login.go index 0be08fdaf..6d623dbd8 100644 --- a/command/login.go +++ b/command/login.go @@ -48,8 +48,8 @@ Login Options: has configured a default, this flag is optional. -type - Type of the auth method to login to. If the cluster administrator has - configured a default, this flag is optional. + Type of the auth method to login to. If the cluster administrator has + configured a default, this flag is optional. -oidc-callback-addr The address to use for the local OIDC callback server. This should be given