Update manpage for long options

This commit is contained in:
Con Kolivas 2015-03-10 21:49:04 +11:00
parent c3bbeb99d4
commit 7caef3ef85

View file

@ -34,36 +34,38 @@ Here is a summary of the options to lrzip\&.
General options: General options:
\-c check integrity of file written on decompression \-c, \-\-check check integrity of file written on decompression
\-d decompress \-d, \-\-decompress decompress
\-e password protected sha512/aes128 encryption on compression \-e, \-\-encrypt password protected sha512/aes128 encryption on compression
\-h|\-? show help \-h, \-?, \-\-help show help
\-H display md5 hash integrity information \-H, \-\-hash display md5 hash integrity information
\-i show compressed file information \-i, \-\-info show compressed file information
\-q don't show compression progress \-q, \-\-quiet don't show compression progress
\-t test compressed file integrity \-t, \-\-test test compressed file integrity
\-v[v] Increase verbosity \-v[v], \-\-verbose Increase verbosity
\-V show version \-V, \-\-version show version
Options affecting output: Options affecting output:
\-D delete existing files \-D, \-\-delete delete existing files
\-f force overwrite of any existing files \-f, \-\-force force overwrite of any existing files
\-k keep broken or damaged output files \-k, \-\-keep-broken keep broken or damaged output files
\-o filename specify the output file name and/or path \-o, \-\-outfile filename specify the output file name and/or path
\-O directory specify the output directory when \-o is not used \-O, \-\-outdir directory specify the output directory when -o is not used
\-S suffix specify compressed suffix (default '.lrz') \-S, \-\-suffix suffix specify compressed suffix (default '.lrz')
Options affecting compression: Options affecting compression:
\-b bzip2 compression \-b, \-\-bzip2 bzip2 compression
\-g gzip compression using zlib \-g, \-\-gzip gzip compression using zlib
\-l lzo compression (ultra fast) \-l, \-\-lzo lzo compression (ultra fast)
\-n no backend compression - prepare for other compressor \-n, \-\-no-compress no backend compression - prepare for other compressor
\-z zpaq compression (best, extreme compression, extremely slow) \-z, \-\-zpaq zpaq compression (best, extreme compression, extremely slow)
Low level options: Low level options:
\-L level set lzma/bzip2/gzip compression level (1\-9, default 7) \-L, \-\-level level set lzma/bzip2/gzip compression level (1-9, default 7)
\-N value Set nice value to value (default 19) \-N, \-\-nice-level value Set nice value to value (default 19)
\-p value Set processor count to override number of threads \-p, \-\-threads value Set processor count to override number of threads
\-T Disable LZO compressibility testing \-m, \-\-maxram size Set maximim available ram in hundreds of MB
\-U Use unlimited window size beyond ramsize (potentially much slower) overrides detected ammount of available ram
\-w size maximum compression window in hundreds of MB \-T, \-\-threshold Disable LZO compressibility testing
\-U, \-\-unlimited Use unlimited window size beyond ramsize (potentially much slower)
\-w, \-\-window size maximum compression window in hundreds of MB
default chosen by heuristic dependent on ram and chosen compression default chosen by heuristic dependent on ram and chosen compression
LRZIP=NOCONFIG environment variable setting can be used to bypass lrzip.conf. LRZIP=NOCONFIG environment variable setting can be used to bypass lrzip.conf.