X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Finstall-mh.c;h=ff50d359df21e334de9d89374b2d6bbc7c79ffb9;hb=945aa62b814966a1266a5524bd089a74e0999cd1;hp=b2d248648cac577c62835a9adb154b9481ebc78e;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/install-mh.c b/uip/install-mh.c index b2d2486..ff50d35 100644 --- a/uip/install-mh.c +++ b/uip/install-mh.c @@ -3,6 +3,10 @@ * install-mh.c -- initialize the nmh environment of a new user * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -14,7 +18,7 @@ static struct swit switches[] = { #define VERSIONSW 1 { "version", 0 }, #define HELPSW 2 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -190,7 +194,7 @@ query: fprintf (out, "%s: %s\n", np->n_name, np->n_field); } fclose (out); - done (0); + return done (0); }