X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..7379ff1546ba2feaabe8b6463f448ea0bafd69bb:/uip/mhparam.c diff --git a/uip/mhparam.c b/uip/mhparam.c index 1da25d31..ece8c3c1 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); }