CLI: Update help texts for commands and flags

This commit is contained in:
Michael Mayer
2021-10-05 22:33:29 +02:00
parent a141665a6d
commit de63227767
27 changed files with 194 additions and 197 deletions

View File

@@ -20,7 +20,7 @@ import (
// IndexCommand registers the index cli command.
var IndexCommand = cli.Command{
Name: "index",
Usage: "indexes media files in the originals folder",
Usage: "Indexes original media files",
ArgsUsage: "[path]",
Flags: indexFlags,
Action: indexAction,