Index: trunk/ippTools/src/pxadminConfig.c
===================================================================
--- trunk/ippTools/src/pxadminConfig.c	(revision 16507)
+++ trunk/ippTools/src/pxadminConfig.c	(revision 16588)
@@ -31,5 +31,5 @@
     bool status;
 
-    fprintf (stderr, "\nPan-STARRS Phase 2 Admin Tool\n\n");
+    fprintf (stderr, "\nPan-STARRS DataBase Admin Tool\n\n");
     fprintf (stderr, "Usage: %s [mode]\n", program);
     fprintf (stderr, " [mode] : -create | -delete\n\n");
@@ -90,9 +90,9 @@
     // paul's argument parsing convention requires: -key value
     psMetadataAddStr(arguments, PS_LIST_TAIL, "-create", 0,
-            "create the P2 tables", "");
+            "create all IPP tables", "");
     psMetadataAddStr(arguments, PS_LIST_TAIL, "-delete", 0,
-            "delete the P2 tables", "");
+            "delete all IPP tables", "");
     psMetadataAddStr(arguments, PS_LIST_TAIL, "-recreate", 0,
-            "delete and recreate the P2 tables", "");
+            "delete and recreate all tables", "");
 
     if (config->mode == PXADMIN_MODE_NONE) {
