Auth: Improve API authentication subcommand usage information #808

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-01-18 17:53:53 +01:00
parent f767f6a1d9
commit d70e7dd06d
8 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ import (
// AuthResetCommand configures the command name, flags, and action.
var AuthResetCommand = cli.Command{
Name: "reset",
Usage: "Removes all registered user and client sessions",
Usage: "Resets the authentication of all users and clients",
Flags: []cli.Flag{
cli.BoolFlag{
Name: "trace, t",