diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:47:48 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:47:48 +0000 |
commit | 634e93bbccb1f17716f009d46c5042d24b62192d (patch) | |
tree | 0022b051ea10c91d90759abb6f5012abb2cc8b49 /main.c | |
parent | Adding debian version 1.4~rc2-2. (diff) | |
download | pdlzip-634e93bbccb1f17716f009d46c5042d24b62192d.tar.xz pdlzip-634e93bbccb1f17716f009d46c5042d24b62192d.zip |
Merging upstream version 1.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ /* - Return values: 0 for a normal exit, 1 for environmental problems + Exit status: 0 for a normal exit, 1 for environmental problems (file not found, invalid flags, I/O errors, etc), 2 to indicate a corrupt or invalid input file, 3 for an internal consistency error (eg, bug) which caused pdlzip to panic. @@ -45,7 +45,7 @@ #endif #include "carg_parser.h" -#include "clzip.h" +#include "lzip.h" #include "LzmaDec.h" #include "LzmaEnc.h" @@ -118,7 +118,7 @@ static void show_help( void ) "scale optimal for all files. If your files are large, very repetitive,\n" "etc, you may need to use the --match-length and --dictionary-size\n" "options directly to achieve optimal performance.\n" - "\nReturn values: 0 for a normal exit, 1 for environmental problems (file\n" + "\nExit status: 0 for a normal exit, 1 for environmental problems (file\n" "not found, invalid flags, I/O errors, etc), 2 to indicate a corrupt or\n" "invalid input file, 3 for an internal consistency error (eg, bug) which\n" "caused pdlzip to panic.\n" |