Help option (--help) should state about full help as well*. ---- @@ -3,7 +3,7 @@ Clzip is a lossless data compressor. Usage: clzip [options] [files] Options: - -h, --help display this help and exit + -h, --help display this help and exit; use '-vh' for full help -V, --version output version information and exit -a, --trailing-error exit with error status if trailing data -b, --member-size=<bytes> set member size limit of multimember file ---- I would also move compression level to the top**. ---- @@ -3,8 +3,9 @@ Clzip is a lossless data compressor. Usage: clzip [options] [files] Options: - -h, --help display this help and exit + -h, --help display this help and exit; use '-vh' for full help -V, --version output version information and exit + -0 .. -9 set compression level [default 6] -a, --trailing-error exit with error status if trailing data -b, --member-size=<bytes> set member size limit of multimember files -c, --stdout write to standard output, keep input files @@ -20,7 +21,6 @@ Options: -S, --volume-size=<bytes> set volume size limit in bytes -t, --test test compressed file integrity -v, --verbose be verbose (a 2nd -v gives more) - -0 .. -9 set compression level [default 6] --loose-trailing allow trailing data seeming corrupt header If no file names are given, or if a file is '-', clzip compresses or ----
* dpaste.com/C536EW6CE.txt ** dpaste.com/2EA2FL2TR.txt
