X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3c9700d8d045f3ff26ce5dd2a174454dafc14822..29d590d74c6e03f5efe9f743c40a61028ccd491d:/uip/mhparam.c diff --git a/uip/mhparam.c b/uip/mhparam.c index f6ebb651..5e5e006b 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -6,6 +6,10 @@ * Jeffrey C Honig * * $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 @@ -26,7 +30,7 @@ static struct swit switches[] = { #define VERSIONSW 3 { "version", 0 }, #define HELPSW 4 - { "help", 4 }, + { "help", 0 }, #define DEBUGSW 5 { "debug", -5 }, { NULL, 0 }