Index: trunk/psLib/src/types/psArguments.c
===================================================================
--- trunk/psLib/src/types/psArguments.c	(revision 13555)
+++ trunk/psLib/src/types/psArguments.c	(revision 13559)
@@ -7,6 +7,6 @@
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-05-30 22:43:58 $
+ *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-05-31 00:12:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -524,7 +524,7 @@
         printf("%*s%*s%*s%s\n",
                 NUM_SPACES, " ",
-                maxName, argItem->name,
+                maxName, item->name,
                 NUM_SPACES, " ",
-                argItem->comment);
+                item->comment);
     }
 
