Updating user programs to use <h/tws> instead of <zotnet/tws/tws.h>
[mmh] / uip / mhbuild.c
index dc0059c..045146b 100644 (file)
@@ -12,7 +12,7 @@
 #include <errno.h>
 #include <signal.h>
 #include <zotnet/mts/mts.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/mhcachesbr.h>
@@ -57,7 +57,7 @@ static struct swit switches[] = {
 #define VERSIONSW              16
     { "version", 0 },
 #define        HELPSW                 17
-    { "help", 4 },
+    { "help", 0 },
 #define        DEBUGSW                18
     { "debug", -5 },
     { NULL, 0 }