mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
CLI: Update usage descriptions for Boolean command flags
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -27,12 +27,12 @@ var PasswdCommand = &cli.Command{
|
||||
&cli.BoolFlag{
|
||||
Name: "show",
|
||||
Aliases: []string{"s"},
|
||||
Usage: "show bcrypt hash of new password",
|
||||
Usage: "shows bcrypt hash of new password",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "remove",
|
||||
Aliases: []string{"rm"},
|
||||
Usage: "remove password to disable local authentication",
|
||||
Usage: "removes password to disable local authentication",
|
||||
},
|
||||
},
|
||||
Action: passwdAction,
|
||||
|
||||
Reference in New Issue
Block a user