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,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,
}