CLI: Update count flag usage in commands.go, find.go, and vision_run.go

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-08-10 14:41:51 +02:00
parent 6655a66e8f
commit c22c5c0151
3 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ var PhotoPrism = []*cli.Command{
var CountFlag = &cli.UintFlag{
Name: "count",
Aliases: []string{"n"},
Usage: "`LIMIT` number of results",
Usage: "maximum `NUMBER` of results",
Value: 100,
}