diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-07-08 22:50:16 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-07-08 22:50:16 +0300 |
commit | 3bdb53792c0e3e3febe9370e56eda5b08f89410f (patch) | |
tree | 202cda092bc195d8605f1a2166c80f6017574bef /src/xzdec/xzdec.1 | |
parent | Use sed instead of $(SED) so that we don't need to (diff) | |
download | xz-3bdb53792c0e3e3febe9370e56eda5b08f89410f.tar.xz |
Remove --force from xzdec.
It was ignored for compatibility with xz, but now that
--decompress --stdout --force copies unrecognized files
as is to stdout, simply ignoring --force in xzdec would
be wrong. xzdec will not support copying unrecognized
data as is to stdout, so it cannot support --force.
Diffstat (limited to '')
-rw-r--r-- | src/xzdec/xzdec.1 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xzdec/xzdec.1 b/src/xzdec/xzdec.1 index facfadea..442a19ec 100644 --- a/src/xzdec/xzdec.1 +++ b/src/xzdec/xzdec.1 @@ -70,11 +70,6 @@ compatibility. .B xzdec never creates or removes any files. .TP -.BR \-f ", " \-\-force -Ignored for -.BR xz (1) -compatibility. -.TP .BR \-c ", " \-\-stdout ", " \-\-to-stdout Ignored for .BR xz (1) |