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