mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Auth: Improve API authentication subcommand usage information #808
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user