Updating user programs to use <h/tws> instead of <zotnet/tws/tws.h>
[mmh] / uip / rcvdist.c
index 5fca8ec..1c70d74 100644 (file)
@@ -8,7 +8,7 @@
 #include <h/mh.h>
 #include <h/fmt_scan.h>
 #include <h/rcvmail.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
 #include <zotnet/mts/mts.h>
 
 static struct swit switches[] = {
@@ -17,7 +17,7 @@ static struct swit switches[] = {
 #define VERSIONSW    1
     { "version", 0 },
 #define        HELPSW       2
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };