mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-05 08:47:12 +08: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 (
|
||||
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",
|
||||
|
Reference in New Issue
Block a user