X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fdist.c;h=4b6ce6979b525dd9f79437e7148d5cf2ba33f310;hp=f8769a0f235436965a7ad8cea9d2219dc9579cc0;hb=1513f7668c494c4583141d6115669b7198c14556;hpb=197f95940cc0860683e6988352f721e6603f9339 diff --git a/uip/dist.c b/uip/dist.c index f8769a0..4b6ce69 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -3,6 +3,10 @@ * dist.c -- re-distribute 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 @@ -36,7 +40,7 @@ static struct swit switches[] = { #define VERSIONSW 12 { "version", 0 }, #define HELPSW 13 - { "help", 4 }, + { "help", 0 }, #define FILESW 14 { "file file", -4 }, /* interface from msh */ { NULL, 0 }