Skip to content

Commit 985e963

Browse files
Update documentation for pr #2000
1 parent 5efb175 commit 985e963

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

exiv2.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -643,9 +643,6 @@ when extracting XMP sidecar files:
643643
$ exiv2 -e{tgt3}- filename | [ xmllint .... |] exiv2 -i{tgt2}- filename
644644
```
645645

646-
When filtering from extract to insert, do not use the [--verbose](#verbose)
647-
option with [--extract tgt3](#extract_tgt3) as this outputs unwanted text.
648-
649646
<div id="extract_tgt3">
650647

651648
### **-e** *tgt3*, **--extract** *tgt3*
@@ -663,13 +660,10 @@ Extract target(s) for the [extract](#ex_extract) action. Possible targets are:
663660
| C | Extract ICC profile, to a file called *\<file\>.icc* (see [ICC PROFILES](#icc_profiles)) |
664661
| X | Extract metadata to an XMP sidecar file, \<file\>.xmp. Other targets cannot be used with this, as only XMP data is written. Extracted XMP tags include those converted from Exif and IPTC |
665662
| XX | Extract "raw" metadata to a sidecar file, \<file\>.exv. The remaining targets determine which metadata to include, possible are Exif and IPTC (XMP is always included) |
666-
| - | Output to stdout (see [--insert tgt2](#insert_tgt2) for an example of this feature) |
663+
| - | Output to stdout (see [--insert tgt2](#insert_tgt2) for an example of this feature). This argument ignores [--verbose](#verbose) |
667664

668665
To extract to a location other than the current directory, use [--location dir](#location_dir).
669666

670-
When filtering from extract to insert, do not use the [--verbose](#verbose)
671-
option with **--extract** *tgt3* as this outputs unwanted text.
672-
673667
When extracting, the [--Modify cmd](#Modify_cmd) and [--modify cmdfile](#modify_cmdfile)
674668
options can be used to filter the output (see ['MODIFY' COMMANDS](#modify_cmds)).
675669
For example, extracting Exif and IPTC "raw" metadata and adding an

0 commit comments

Comments
 (0)