CLI: Improve help for cp, mv, thumbs, status, and optimize commands

This commit is contained in:
Michael Mayer
2021-10-05 23:13:06 +02:00
parent a5c2794611
commit 28268369b5
7 changed files with 20 additions and 19 deletions

View File

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