X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/197f95940cc0860683e6988352f721e6603f9339..e8635a8a1:/uip/comp.c?ds=sidebyside diff --git a/uip/comp.c b/uip/comp.c index d380b521..1aca23a7 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -3,6 +3,10 @@ * comp.c -- compose a message * * $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 @@ -34,7 +38,7 @@ static struct swit switches[] = { #define VERSIONSW 11 { "version", 0 }, #define HELPSW 12 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } };