CLI: Revised descriptions of commands and configuration flags

This commit is contained in:
Michael Mayer
2021-10-07 11:43:43 +02:00
parent b72790410f
commit 874af1db61
7 changed files with 48 additions and 57 deletions

View File

@@ -14,7 +14,7 @@ import (
// OptimizeCommand registers the index cli command.
var OptimizeCommand = cli.Command{
Name: "optimize",
Usage: "Performs index metadata maintenance",
Usage: "Performs photo metadata maintenance",
Action: optimizeAction,
}