Project

General

Profile

[CLI]:Use of -q (quiet) option - quick hint

Added by Steve Wright over 10 years ago

To use -q without getting an error such as "Failed to open the file":
1. String it ahead of other commands, as in
exiv2 -qpa figureditoutmyself.jpg
Or
2. Hyphenate it separately from other commands, but keep it first in sequence, as in
exiv2 -q -pX gladifoundthisout.jpg

Hoping the above makes it into the man page soon.

Cheers, BZT