Index: /branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.basic/list.c
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.basic/list.c	(revision 32826)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.basic/list.c	(revision 32827)
@@ -118,5 +118,4 @@
 
   // remove the single named entry from the list (finds entry with given name, reduces list length by one)
-  // return an error if -add is given with no other args
   if ((argc > 2) && (!strcmp (argv[2], "-del"))) {
     if (argc != 4) {
@@ -155,8 +154,11 @@
 
   if (argc != 2) {
-    gprint (GP_ERR, "USAGE: list (root)                : supply list data, terminate with 'END'\n");
-    gprint (GP_ERR, "USAGE: list (root) -x (command)   : create list from shell output\n");
-    gprint (GP_ERR, "USAGE: list (root) -split (words) : create list from words\n");
-    gprint (GP_ERR, "USAGE: list (root) -add (words)   : extend a list\n");
+    gprint (GP_ERR, "USAGE: list (root)                			       : supply list data, terminate with 'END'\n");
+    gprint (GP_ERR, "USAGE: list (root) -x (command)   			       : create list from shell output\n");
+    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) -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");
     return (FALSE);
   }
Index: /branches/eam_branches/ipp-20111122/psModules/src/objects/pmFootprintCullPeaks.c
===================================================================
--- /branches/eam_branches/ipp-20111122/psModules/src/objects/pmFootprintCullPeaks.c	(revision 32826)
+++ /branches/eam_branches/ipp-20111122/psModules/src/objects/pmFootprintCullPeaks.c	(revision 32827)
@@ -122,5 +122,4 @@
                     threshbounds->data.F32[threshbounds->n-1], maxFlux);
         }
-
 	psHistogram *threshist = psHistogramAllocGeneric(threshbounds);
 
