Index: trunk/Ohana/src/opihi/pcontrol/host.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/host.c	(revision 3203)
+++ trunk/Ohana/src/opihi/pcontrol/host.c	(revision 3204)
@@ -22,4 +22,15 @@
     remove_argument (N, &argc, argv);
     Off = TRUE;
+  }
+ 
+  /* this section needs some help: find the specified host in the stacks */
+  On = FALSE;
+  if ((N = get_argument (argc, argv, "-off"))) {
+    if (Delete || Off) {
+      fprintf (stderr, "only one of -delete, -off, -on\n");
+      return (FALSE);
+    }
+    remove_argument (N, &argc, argv);
+    On = TRUE;
   }
  
