fix_1504_metacopy_optstring

This commit is contained in:
Robin Mills 2021-04-03 13:16:41 +01:00
parent c3409a6069
commit b472b07cc4
3 changed files with 4 additions and 3 deletions

View File

@ -256,7 +256,7 @@ Demonstrates Exiv2 library APIs to print Iptc data. _Code: [iptcprint.cpp](sampl
#### metacopy
```
Usage: metacopy [-iecaph] readfile writefile
Usage: metacopy [-iecxaph] readfile writefile
Reads and writes raw metadata. Use -h option for help.
```

View File

@ -11,10 +11,10 @@ class issue_1504_metacopy(metaclass=system_tests.CaseMeta):
""",""]
stdout = ["""
Reads and writes raw metadata. Use -h option for help.
Usage: metacopy [-iecaph] readfile writefile
Usage: metacopy [-iecxaph] readfile writefile
""","""
Reads and writes raw metadata. Use -h option for help.
Usage: metacopy [-iecaph] readfile writefile
Usage: metacopy [-iecxaph] readfile writefile
Options:
-i Read Iptc data from readfile and write to writefile.

View File

@ -26,6 +26,7 @@ valgrind:
exiv2: ${ENV:exiv2_path}/exiv2
unit_tests: ${ENV:exiv2_path}/unit_tests
exiv2json: ${ENV:exiv2_path}/exiv2json
metacopy: ${ENV:exiv2_path}/metacopy
data_path: ../test/data
tmp_path: ../test/tmp
tiff_test: ${ENV:exiv2_path}/tiff-test