fix: add clarification to arguments for reset-password cmd

This commit is contained in:
Jordan Knott 2022-09-02 12:05:43 -05:00
parent dfa8a4fba0
commit 998db2a5da

View File

@ -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),