Fixed make_bcc_file () to use contents of From: in draft, if draft_from masquerade...
[mmh] / uip / comp.c
index d380b52..1aca23a 100644 (file)
@@ -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 <h/mh.h>
@@ -34,7 +38,7 @@ static struct swit switches[] = {
 #define VERSIONSW             11
     { "version", 0 },
 #define        HELPSW                12
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };