Index: trunk/psLib/src/types/psArguments.c
===================================================================
--- trunk/psLib/src/types/psArguments.c	(revision 13582)
+++ trunk/psLib/src/types/psArguments.c	(revision 13585)
@@ -7,6 +7,6 @@
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-06-01 03:37:19 $
+ *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-06-01 05:25:36 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -210,4 +210,5 @@
         psMetadataItem *argItem = psMetadataLookup(arguments, argv[i]);
         if (argItem) {
+	    psStringAppend (&argItem->comment, " (found)");
             psArgumentRemove(i, argc, argv); // Remove the switch
 
