# HG changeset patch # User michael # Date 1010181371 0 # Node ID 8fceccef58041ec2093f523eab5e04448b80cde2 # Parent 69d105cc61583e644206d320fa47f469225ec183 fixed -npp help ... i think i need more sleep ;) diff -r 69d105cc6158 -r 8fceccef5804 libpostproc/postprocess.c --- a/libpostproc/postprocess.c Fri Jan 04 13:39:06 2002 +0000 +++ b/libpostproc/postprocess.c Fri Jan 04 21:56:11 2002 +0000 @@ -580,13 +580,6 @@ strncpy(temp, name, GET_MODE_BUFFER_SIZE); - if(!strcmp("help", name)) - { - printf("%s", help); - ppMode.error++; - return ppMode; - } - if(verbose) printf("%s\n", name); for(;;){ @@ -768,6 +761,13 @@ int readPPOpt(void *conf, char *arg) { int quality; + + if(!strcmp("help", arg)) + { + printf("%s", help); + exit(1); + } + for(quality=0; quality