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 (
var ClientsRemoveCommand = cli.Command{
Name: "rm",
Usage: "Deletes the specified client application",
ArgsUsage: "[id]",
ArgsUsage: "[client id]",
Flags: []cli.Flag{
cli.BoolFlag{
Name: "force, f",