X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..e66e25ec491d0fb3df708000d8494b4d598f0263:/uip/install-mh.c diff --git a/uip/install-mh.c b/uip/install-mh.c index b2d24864..7b2ef2a3 100644 --- a/uip/install-mh.c +++ b/uip/install-mh.c @@ -14,7 +14,7 @@ static struct swit switches[] = { #define VERSIONSW 1 { "version", 0 }, #define HELPSW 2 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -190,7 +190,7 @@ query: fprintf (out, "%s: %s\n", np->n_name, np->n_field); } fclose (out); - done (0); + return done (0); }