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

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