Skip to content

Commit a5a3abe

Browse files
author
jmccormick2001
committed
add pgo user help fix to command help
1 parent bbbfd3c commit a5a3abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgo/cmd/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var userCmd = &cobra.Command{
5656
Long: `USER allows you to manage users and passwords across a set of clusters. For example:
5757
5858
pgo user --selector=name=mycluster --update-passwords
59-
pgo user --change-password=bob --selector=name=mycluster --password=newpass`,
59+
pgo user --change-password=bob --expired=300 --selector=name=mycluster --password=newpass`,
6060
Run: func(cmd *cobra.Command, args []string) {
6161
log.Debug("user called")
6262
userManager(Namespace)

0 commit comments

Comments
 (0)