* patch #3968: Move the add() function from its own file (add.c) and
[mmh] / uip / repl.c
index d3a8d07..e5fa527 100644 (file)
@@ -3,9 +3,14 @@
  * repl.c -- reply to 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>
+#include <h/utils.h>
 
 
 static struct swit switches[] = {
@@ -62,7 +67,7 @@ static struct swit switches[] = {
 #define VERSIONSW             25
     { "version", 0 },
 #define        HELPSW                26
-    { "help", 4 },
+    { "help", 0 },
 #define        FILESW                27
     { "file file", 4 },                        /* interface from msh */