Index: /trunk/Ohana/src/opihi/cmd.basic/list.c
===================================================================
--- /trunk/Ohana/src/opihi/cmd.basic/list.c	(revision 11385)
+++ /trunk/Ohana/src/opihi/cmd.basic/list.c	(revision 11386)
@@ -21,4 +21,5 @@
   }
 
+  // return an error if -add is given with no other args
   if ((argc > 2) && (!strcmp (argv[2], "-split"))) {
     if (argc == 3) {
@@ -37,4 +38,5 @@
   }
 
+  // return an error if -add is given with no other args
   if ((argc > 2) && (!strcmp (argv[2], "-add"))) {
     if (argc == 3) {
