diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-17 17:27:45 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-17 17:27:45 +0200 |
commit | 8f5794c8f1a30e8e3b524b415bbe81af2e04c64a (patch) | |
tree | 5fdede70b11404b7381624d109b24085845c7b79 /src/lzma | |
parent | Fix Subblock docoder: If Subblock filter was used with known (diff) | |
download | xz-8f5794c8f1a30e8e3b524b415bbe81af2e04c64a.tar.xz |
Added --delta to the output of "lzma --help".
Diffstat (limited to 'src/lzma')
-rw-r--r-- | src/lzma/help.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lzma/help.c b/src/lzma/help.c index f2a30ff6..85d754ec 100644 --- a/src/lzma/help.c +++ b/src/lzma/help.c @@ -97,6 +97,10 @@ show_help(void) " --armthumb ARM-Thumb filter\n" " --sparc SPARC filter\n" "\n" +" --delta=[OPTS] Delta filter; valid OPTS (valid values; default):\n" +" distance=NUM Distance between bytes being\n" +" subtracted from each other (1-256; 1)\n" +"\n" " --copy No filtering (useful only when specified alone)\n" " --subblock=[OPTS] Subblock filter; valid OPTS (valid values; default):\n" " size=NUM number of bytes of data per subblock\n" |