From 998db2a5da497a7902198a728ddc040fcacbacd6 Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Fri, 2 Sep 2022 12:05:43 -0500 Subject: [PATCH] fix: add clarification to arguments for reset-password cmd --- internal/commands/reset_password.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),