Index: trunk/Ohana/src/opihi/cmd.basic/strpop.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/strpop.c	(revision 8189)
+++ 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);
   }
