Skip to content

Commit

Permalink
Update cmd/argocd/commands/account.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: Michele Caci <michele.caci@gmail.com>
  • Loading branch information
mcaci and crenshaw-dev committed Oct 5, 2023
1 parent c0b4019 commit 23cff8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/argocd/commands/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func NewAccountGetUserInfoCommand(clientOpts *argocdclient.ClientOptions) *cobra
Use: "get-user-info",
Short: "Get user info",
Example: templates.Examples(`
# Get User information
# Get User information for the currently logged-in user (see 'argocd login')
argocd account get-user-info
# Get User information in yaml format
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/commands/argocd_account_get-user-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ argocd account get-user-info [flags]
### Examples

```
# Get User information
# Get User information for the currently logged-in user (see 'argocd login')
argocd account get-user-info
# Get User information in yaml format
Expand Down

0 comments on commit 23cff8a

Please sign in to comment.