X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..f422ef658bd5a190e08177c67361c874e679c526:/uip/install-mh.c diff --git a/uip/install-mh.c b/uip/install-mh.c index b2d24864..ff50d359 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); }