Convert: Add --force flag to replace JPEGs in the sidecar folder #2214

This commit is contained in:
Michael Mayer
2022-04-03 12:26:07 +02:00
parent 0838a71e6e
commit 4be948c774
15 changed files with 68 additions and 31 deletions

View File

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