From 5e0ad548e7b1ffea1617e707a519ed4d686ee61e Mon Sep 17 00:00:00 2001 From: Gaurang Kudale Date: Sat, 7 Oct 2023 13:01:06 +0530 Subject: [PATCH] update the string Signed-off-by: Author Name gaurang.kudale02@gmail.com Signed-off-by: Gaurang Kudale --- cmd/argocd/commands/logout.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/argocd/commands/logout.go b/cmd/argocd/commands/logout.go index aaf7a5588c05a7..b9cf6a4d38a426 100644 --- a/cmd/argocd/commands/logout.go +++ b/cmd/argocd/commands/logout.go @@ -32,9 +32,9 @@ var ( // NewLogoutCommand returns a new instance of `argocd logout` command func NewLogoutCommand(globalClientOpts *argocdclient.ClientOptions) *cobra.Command { var command = &cobra.Command{ - Use: "logout CONTEXT", - Short: "Log out from Argo CD", - Long: "Log out from Argo CD", + Use: "logout CONTEXT", + Short: "Log out from Argo CD", + Long: "Log out from Argo CD", Example: logoutExample, Run: func(c *cobra.Command, args []string) { if len(args) == 0 {