X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fcomp.c;h=1aca23a7855508254ffa57265b2ffa78cb7d28e7;hp=d380b521b6e235ddc6b5f77e0a97d0c5c20ae127;hb=389877bae1fe1a9f7259b8979f6a930744d90fab;hpb=197f95940cc0860683e6988352f721e6603f9339 diff --git a/uip/comp.c b/uip/comp.c index d380b52..1aca23a 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 } };