Skip to content

Commit

Permalink
Update cmd/argocd/commands/logout.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Dao Thanh Tung  <ttdao.2015@accountancy.smu.edu.sg>
  • Loading branch information
dttung2905 and crenshaw-dev authored Oct 4, 2023
1 parent 5db0b73 commit e646fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argocd/commands/logout.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func NewLogoutCommand(globalClientOpts *argocdclient.ClientOptions) *cobra.Comma
Long: "Log out from Argo CD",
Example: `# To log out of argocd
$ argocd logout
This can be helpful for security reasons or when you want to switch between different ArgoCD contexts or accounts.
# This can be helpful for security reasons or when you want to switch between different Argo CD contexts or accounts.
`,
Run: func(c *cobra.Command, args []string) {
if len(args) == 0 {
Expand Down

0 comments on commit e646fe2

Please sign in to comment.