Index: trunk/psLib/src/types/psArguments.c
===================================================================
--- trunk/psLib/src/types/psArguments.c	(revision 13559)
+++ trunk/psLib/src/types/psArguments.c	(revision 13563)
@@ -7,6 +7,6 @@
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-05-31 00:12:41 $
+ *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-05-31 02:57:51 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -32,5 +32,5 @@
 #include "psAssert.h"
 
-#define NUM_SPACES 4   // Number of spaces between
+#define NUM_SPACES 2   // Number of spaces between
 
 // Set verbosity level
@@ -510,5 +510,4 @@
     PS_ASSERT_PTR_NON_NULL(arguments, );
 
-    printf("Optional arguments:\n");
     int maxName = 4;   // Maximum length of a name
     int maxValue = 4;   // Maximum length of a value
@@ -522,5 +521,5 @@
     while ((item = psMetadataGetAndIncrement(iter))) {
         // Initial indent + name + indent + comment
-        printf("%*s%*s%*s%s\n",
+        printf("%*s" "%-*s" "%*s" "%s\n",
                 NUM_SPACES, " ",
                 maxName, item->name,
