Backups: Rename album backups to exports and improve command help #1887

This commit is contained in:
Michael Mayer
2022-01-05 11:40:44 +01:00
parent 1a4158c7bc
commit 58a5f94069
40 changed files with 90 additions and 89 deletions

View File

@@ -21,7 +21,7 @@ import (
var IndexCommand = cli.Command{
Name: "index",
Usage: "Indexes original media files",
ArgsUsage: "[originals subfolder]",
ArgsUsage: "[ORIGINALS SUB-FOLDER]",
Flags: indexFlags,
Action: indexAction,
}