fix: add clarification to arguments for reset-password cmd
This commit is contained in:
parent
dfa8a4fba0
commit
998db2a5da
@ -15,7 +15,7 @@ import (
|
||||
|
||||
func newResetPasswordCmd() *cobra.Command {
|
||||
return &cobra.Command{
|
||||
Use: "reset-password",
|
||||
Use: "reset-password <username> <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),
|
||||
|
Loading…
Reference in New Issue
Block a user