X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Ffmtdump.c;h=cc0bc70402a8ecaf0283ddf189c87f7940d47a64;hp=87e22bf1ae50228d39ed5ddca57551325bca9a61;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=8563731b02ce9d750806f6b1769af8b399d964e8 diff --git a/uip/fmtdump.c b/uip/fmtdump.c index 87e22bf..cc0bc70 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -3,6 +3,10 @@ * fmtdump.c -- compile format file and dump out instructions * * $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 @@ -18,7 +22,7 @@ static struct swit switches[] = { #define VERSIONSW 2 { "version", 0 }, #define HELPSW 3 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } };