Improve command flag descriptions for sidecar files

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-05-18 22:21:27 +02:00
parent b24d5c03a1
commit da067f52e7

View file

@ -175,12 +175,12 @@ var GlobalFlags = []cli.Flag{
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "sidecar-json, j", Name: "sidecar-json, j",
Usage: "read metadata from json sidecar files as used by exiftool", Usage: "read metadata from json sidecar files created by exiftool",
EnvVar: "PHOTOPRISM_SIDECAR_JSON", EnvVar: "PHOTOPRISM_SIDECAR_JSON",
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "sidecar-yaml, y", Name: "sidecar-yaml, y",
Usage: "write photo metadata to yaml sidecar files", Usage: "backup photo metadata to yaml sidecar files",
EnvVar: "PHOTOPRISM_SIDECAR_YAML", EnvVar: "PHOTOPRISM_SIDECAR_YAML",
}, },
cli.IntFlag{ cli.IntFlag{