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:
@@ -16,7 +16,7 @@ import (
|
||||
var ClientsModCommand = cli.Command{
|
||||
Name: "mod",
|
||||
Usage: "Updates client application settings",
|
||||
ArgsUsage: "[id]",
|
||||
ArgsUsage: "[client id]",
|
||||
Flags: ClientModFlags,
|
||||
Action: clientsModAction,
|
||||
}
|
||||
|
Reference in New Issue
Block a user