Suggested by xx on #tukaani on 2024-04-12.
case OPT_SINGLE_STREAM:
opt_single_stream = true;
+
+ // Since 5.7.1alpha --single-stream implies --keep.
+ opt_keep_original = true;
break;
case OPT_NO_SPARSE:
.\" Authors: Lasse Collin
.\" Jia Tan
.\"
-.TH XZ 1 "2024-12-30" "Tukaani" "XZ Utils"
+.TH XZ 1 "2025-01-04" "Tukaani" "XZ Utils"
.
.SH NAME
xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files
.B \-\-decompress
or
.BR \-\-test .
+.IP ""
+Since
+.B xz
+5.7.1alpha,
+.B \-\-single\-stream
+implies
+.BR \-\-keep .
.TP
.B \-\-no\-sparse
Disable creation of sparse files.