Index: trunk/Ohana/src/opihi/cmd.basic/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 11084)
+++ trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 16168)
@@ -34,4 +34,5 @@
 int substr_func     PROTO((int, char **));
 int strpop          PROTO((int, char **));
+int strsub          PROTO((int, char **));
 int wait_func  	    PROTO((int, char **));
 int which      	    PROTO((int, char **));
@@ -76,4 +77,5 @@
   {"substr",        substr_func,        "substring"},
   {"strpop",        strpop,             "pop a string"},
+  {"strsub",        strsub,             "replace instances of a key in a string"},
   {"wait",    	    wait_func,          "wait until return is typed"},
   {"which",   	    which,              "show command *"}
