Updating user programs to use <h/tws> instead of <zotnet/tws/tws.h>
[mmh] / uip / sortm.c
index c7f5396..d64f8be 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #include <h/mh.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
 
 /*
  * We allocate space for messages (msgs array)
@@ -35,7 +35,7 @@ static struct swit switches[] = {
 #define VERSIONSW              8
      { "version", 0 },
 #define HELPSW                 9
-     { "help", 4 },
+     { "help", 0 },
      { NULL, 0 }
 };