diff --git a/internal/commands/reset_password.go b/internal/commands/reset_password.go index f009a36..6421e0e 100644 --- a/internal/commands/reset_password.go +++ b/internal/commands/reset_password.go @@ -15,7 +15,7 @@ import ( func newResetPasswordCmd() *cobra.Command { return &cobra.Command{ - Use: "reset-password", + Use: "reset-password ", Short: "Resets password of the specified user", Long: "If the user forgets its password you can reset it with this command.", Args: cobra.ExactArgs(2),