Index: /trunk/Ohana/src/opihi/cmd.basic/list.c
===================================================================
--- /trunk/Ohana/src/opihi/cmd.basic/list.c	(revision 41267)
+++ /trunk/Ohana/src/opihi/cmd.basic/list.c	(revision 41268)
@@ -263,7 +263,13 @@
     gprint (GP_ERR, "USAGE: list (root) -split (words) 			       : create list from words\n");
     gprint (GP_ERR, "USAGE: list (root) -splitbychar (char) (word) [(words)..] : create list from words\n");
+    gprint (GP_ERR, "USAGE: list (root) -join (varname) 		       : convert a list to a single variable (space separated)\n");
     gprint (GP_ERR, "USAGE: list (root) -add (words)   			       : extend a list\n");    
     gprint (GP_ERR, "USAGE: list (root) -copy (list)   			       : copy a list to a new name\n");
     gprint (GP_ERR, "USAGE: list (root) -del (word)   			       : delete the entry by value\n");
+    gprint (GP_ERR, "USAGE: list (root) -glob (word)   			       : create a list from a file glob\n");
+    gprint (GP_ERR, "USAGE: list (root) -file (word)   			       : create a list from lines in a file\n");
+
+    gprint (GP_ERR, "OPTIONS: -excel   			                       : generate names of the for foo:A\n");
+    gprint (GP_ERR, "OPTIONS: -excel-style  	                               : generate names of the for foo:A\n");
     return (FALSE);
   }
