mirror of https://github.com/dsoprea/go-exif.git
exif-read-tool/main.go: Tweak help message
parent
1b5ecc84b1
commit
5a15f40e78
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue