mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Auth: Improve API authentication subcommand usage information #808
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -15,8 +15,8 @@ import (
|
||||
// AuthRemoveCommand configures the command name, flags, and action.
|
||||
var AuthRemoveCommand = cli.Command{
|
||||
Name: "rm",
|
||||
Usage: "Deletes the specified session or access token",
|
||||
ArgsUsage: "[id]",
|
||||
Usage: "Deletes a session by id or access token",
|
||||
ArgsUsage: "[identifier]",
|
||||
Action: authRemoveAction,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user