Index: trunk/psconfig/psbuild
===================================================================
--- trunk/psconfig/psbuild	(revision 16293)
+++ trunk/psconfig/psbuild	(revision 17403)
@@ -326,4 +326,5 @@
     vsystem ("cp psconfig.csh $psconfdir/psconfig.csh");
     vsystem ("cp psconfig.bash $psconfdir/psconfig.bash");
+
     print STDOUT "\n";
     
@@ -394,4 +395,9 @@
     print STDERR "USAGE: psbuild [options] (distribution)\n";
     print STDERR "     : -version (version) : specify alternate psconfig installation version\n";
+    print STDERR "     : -verbose           : give additional information\n";
+    print STDERR "     : -extlibs (tarball) : specify the location of the extlibs tarball\n";
+    print STDERR "     : -extperl (tarball) : specify the location of the extlibs tarball\n";
+    print STDERR "     : -extcheck          : check (but do not build) the external dependencies\n";
+    print STDERR "     : -extbuild          : check and build (if needed) the external dependencies\n";
     print STDERR "     : -clean             : clean the source directories before building\n";
     print STDERR "     : -rebuild           : run 'configure (and autogen for developer)' (C code)\n";
@@ -400,5 +406,6 @@
     print STDERR "     : -start (module)    : begin build at specified module\n";
     print STDERR "     : -stop (module)     : stop build after specified module\n\n";
-    print STDERR "     : -developer         : build modules not distributed in tarball\n\n";
+    print STDERR "     : -dev               : build modules not distributed in tarball\n\n";
+    print STDERR "     : psbuild -bootstrap : generate the psconfig scripts\n";
     print STDERR "     : psbuild -list      : list the available distributions\n";
     print STDERR "     : psbuild -h         : this help listing\n";
