Skip to content

Commit a70e523

Browse files
tobbezandrews05
authored andcommitted
Document that no metadata is stripped by default
1 parent 375013f commit a70e523

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cli.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ Strip metadata chunks, where <mode> is one of:
132132
CAUTION: 'all' will convert APNGs to standard PNGs.
133133
134134
Note that 'bKGD', 'sBIT' and 'hIST' will be forcibly stripped if the color type or bit \
135-
depth is changed, regardless of any options set.",
135+
depth is changed, regardless of any options set.
136+
137+
The default when --strip is not passed is to keep all metadata.",
136138
DISPLAY_CHUNKS
137139
.iter()
138140
.map(|c| String::from_utf8_lossy(c))

0 commit comments

Comments
 (0)