exif-read-tool/main.go: Tweak help message

dustin/master
Dustin Oprea 2020-07-03 10:55:30 -04:00
parent 1b5ecc84b1
commit 5a15f40e78
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ type parameters struct {
PrintAsJson bool `short:"j" long:"json" description:"Print out as JSON"`
IsVerbose bool `short:"v" long:"verbose" description:"Print logging"`
ThumbnailOutputFilepath string `short:"t" long:"thumbnail-output-filepath" description:"File-path to write thumbnail to (if present)"`
DoNotPrintTags bool `short:"n" long:"no-tags" description:"Do not actually print tags. Good for auditing the logs or merely checking the EXIF structure for errors"`
DoNotPrintTags bool `short:"n" long:"no-tags" description:"Do not actually print tags. Good for auditing the logs or merely checking the EXIF structure for errors."`
}
var (