X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Finstall-mh.c;h=7b2ef2a3403cb1658301f3cf386d8804e4c65c38;hb=0f540a390a62d9732f61fdb21f82048093a3d63d;hp=b2d248648cac577c62835a9adb154b9481ebc78e;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/install-mh.c b/uip/install-mh.c index b2d2486..7b2ef2a 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); }