Skip to content

Commit

Permalink
update the string Signed-off-by: Author Name gaurang.kudale02@gmail.com
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurang Kudale <gaurang.kudale02@gmail.com>
  • Loading branch information
gaurangkudale committed Nov 2, 2023
1 parent 537fc24 commit 5e0ad54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/argocd/commands/logout.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5e0ad54

Please sign in to comment.