mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
CLI: Update help texts for commands and flags
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
// OptimizeCommand registers the index cli command.
|
||||
var OptimizeCommand = cli.Command{
|
||||
Name: "optimize",
|
||||
Usage: "Starts metadata check and optimization",
|
||||
Usage: "Verifies and optimizes metadata",
|
||||
Action: optimizeAction,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user