fix_1504_metacopy_optstring
This commit is contained in:
parent
c3409a6069
commit
b472b07cc4
@ -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.
|
||||
```
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user