Skip to content

Commit

Permalink
Fix token gen help
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Pabón <[email protected]>
  • Loading branch information
lpabon committed Sep 18, 2020
1 parent 6277971 commit 8b6dcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/utilities/token_generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var _ = commander.RegisterCommandVar(func() {
Short: "Generate a Portworx token",
Example: `
# Login to portworx using a secret in Kubernetes
pxc utilities token-generate pxc util token-generate \
pxc utilities token-generate \
[email protected] \
--token-name="Example User" \
--token-roles=system.user \
Expand Down

0 comments on commit 8b6dcdd

Please sign in to comment.