Improve command flag descriptions for sidecar files
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
b24d5c03a1
commit
da067f52e7
1 changed files with 2 additions and 2 deletions
|
@ -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{
|
||||||
|
|
Loading…
Reference in a new issue