X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fburst.c;h=6b9be832e23dde23d9657761879c90677b480fa9;hp=d367b97dd779c0c64fdb3adb8fd1d3723ee2c796;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=9616cec52fff44e9ca53e287f6ee74b37d0d4f3b diff --git a/uip/burst.c b/uip/burst.c index d367b97..6b9be83 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -3,6 +3,10 @@ * burst.c -- explode digests into individual messages * * $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 @@ -23,7 +27,7 @@ static struct swit switches[] = { #define VERSIONSW 6 { "version", 0 }, #define HELPSW 7 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } };