Index: trunk/Ohana/src/opihi/cmd.basic/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 26891)
+++ trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 27255)
@@ -26,4 +26,5 @@
 int module          PROTO((int, char **));
 int nop             PROTO((int, char **));
+int opihi_setmode   PROTO((int, char **));
 int output          PROTO((int, char **));
 int pwd             PROTO((int, char **));
@@ -74,4 +75,5 @@
   {1, "module",        module,             "load script file from the modules directories"},
   {1, "nop",           nop,                "a NOP function"},
+  {1, "opihi",         opihi_setmode,      "get / set opihi behavior options"},
   {1, "output",        output,             "redirect output to file"},
   {1, "pwd",           pwd,                "print current working directory"},
