Index: trunk/Ohana/src/opihi/cmd.basic/strmatch.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/strmatch.c	(revision 40520)
+++ trunk/Ohana/src/opihi/cmd.basic/strmatch.c	(revision 40521)
@@ -18,4 +18,5 @@
   if (argc != 3) {
     gprint (GP_ERR, "USAGE: strchr (string) (class) [-output start length]\n");
+    gprint (GP_ERR, "  return start and end position of given character class (alpha, upper, lower, float, int)\n");
     return (FALSE);
   }
Index: trunk/Ohana/src/opihi/cmd.basic/strpop.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/strpop.c	(revision 40520)
+++ trunk/Ohana/src/opihi/cmd.basic/strpop.c	(revision 40521)
@@ -7,4 +7,5 @@
   if ((argc != 2) && (argc != 3)) {
     gprint (GP_ERR, "USAGE: strpop (var) [out]\n");
+    gprint (GP_ERR, "   return the first word from the given variable, leaving behind the remaining words\n");
     return (FALSE);
   }
