We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The exiv2 manual page contains the following example:
$ exiv2 insert -l/tmp -S.CRW /data/*.JPG
But as of 74bc0e0, options are required to be specified before the action, so this no longer works.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this 👍
Documentation should be updated to say:
$ exiv2 -l/tmp -S.CRW insert /data/*.JPG
Sorry, something went wrong.
docs: fix example command in man pages. closes #1685
0b7db9d
8c61962
No branches or pull requests
The exiv2 manual page contains the following example:
$ exiv2 insert -l/tmp -S.CRW /data/*.JPG
But as of 74bc0e0, options are required to be specified before the action, so this no longer works.
The text was updated successfully, but these errors were encountered: