Index: /trunk/psconfig/psconfig.sh
===================================================================
--- /trunk/psconfig/psconfig.sh	(revision 11737)
+++ /trunk/psconfig/psconfig.sh	(revision 11738)
@@ -49,28 +49,21 @@
 
 # list the defined psconfig versions
-set show_path = 0
-if ("$argv[1]" == "--path") then
-  set show_path = 1
+set show_configure = 0
+if ("$argv[1]" == "--psconfigure") then
+  set show_configure = 1
   shift
 endif
 
 # list the defined psconfig versions
-set show_ldpath = 0
-if ("$argv[1]" == "--ldpath") then
-  set show_ldpath = 1
+set show_autogen = 0
+if ("$argv[1]" == "--psautogen") then
+  set show_autogen = 1
   shift
 endif
 
 # list the defined psconfig versions
-set show_pkgpath = 0
-if ("$argv[1]" == "--pkgpath") then
-  set show_pkgpath = 1
-  shift
-endif
-
-# list the defined psconfig versions
-set show_perlpath = 0
-if ("$argv[1]" == "--perlpath") then
-  set show_perlpath = 1
+set show_psperlbuild = 0
+if ("$argv[1]" == "--psperlbuild") then
+  set show_psperlbuild = 1
   shift
 endif
