]> diplodocus.org Git - nmh/blobdiff - uip/fmtdump.c
more detail for bugs fixed, so reader doesn't need to go to Bugzilla
[nmh] / uip / fmtdump.c
index 87e22bf1ae50228d39ed5ddca57551325bca9a61..cc0bc70402a8ecaf0283ddf189c87f7940d47a64 100644 (file)
@@ -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 <h/mh.h>
@@ -18,7 +22,7 @@ static struct swit switches[] = {
 #define VERSIONSW           2
     { "version", 0 },
 #define        HELPSW              3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };