X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=ece8c3c16c04e33c5fe5928eee9e8ce3228123ab;hp=1da25d312a7e505ef57bad4974f03d56d15abd88;hb=8f4c5da8971926f7eccc912f7998c343aef3c33b;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/mhparam.c b/uip/mhparam.c index 1da25d3..ece8c3c 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -26,7 +26,7 @@ static struct swit switches[] = { #define VERSIONSW 3 { "version", 0 }, #define HELPSW 4 - { "help", 4 }, + { "help", 0 }, #define DEBUGSW 5 { "debug", -5 }, { NULL, 0 } @@ -177,7 +177,7 @@ main(int argc, char **argv) } } - done (missed); + return done (missed); }