mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Added --delta to the output of "lzma --help".
This commit is contained in:
parent
f88590e001
commit
8f5794c8f1
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue