diff --git a/cli/users.go b/cli/users.go index 80df42ebf6787..9e8e075b56082 100644 --- a/cli/users.go +++ b/cli/users.go @@ -12,8 +12,9 @@ import ( func users() *cobra.Command { cmd := &cobra.Command{ - Short: "Create, remove, and list users", - Use: "users", + Short: "Create, remove, and list users", + Use: "users", + Aliases: []string{"user"}, } cmd.AddCommand( userCreate(),