Skip to content
New issue

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

Broken example in man page #1685

Closed
jwilk opened this issue May 24, 2021 · 1 comment
Closed

Broken example in man page #1685

jwilk opened this issue May 24, 2021 · 1 comment

Comments

@jwilk
Copy link
Contributor

jwilk commented May 24, 2021

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.

@hassec
Copy link
Member

hassec commented May 24, 2021

Thanks for reporting this 👍

Documentation should be updated to say:

$ exiv2 -l/tmp -S.CRW insert /data/*.JPG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants