Skip to content

Commit 8b6dcdd

Browse files
committed
Fix token gen help
Signed-off-by: Luis Pabón <[email protected]>
1 parent 6277971 commit 8b6dcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler/utilities/token_generate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var _ = commander.RegisterCommandVar(func() {
5858
Short: "Generate a Portworx token",
5959
Example: `
6060
# Login to portworx using a secret in Kubernetes
61-
pxc utilities token-generate pxc util token-generate \
61+
pxc utilities token-generate \
6262
6363
--token-name="Example User" \
6464
--token-roles=system.user \

0 commit comments

Comments
 (0)