IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 6:09:46 PM (18 years ago)
Author:
jhoblitt
Message:

replumb pz* steps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxadminConfig.c

    r16507 r16588  
    3131    bool status;
    3232
    33     fprintf (stderr, "\nPan-STARRS Phase 2 Admin Tool\n\n");
     33    fprintf (stderr, "\nPan-STARRS DataBase Admin Tool\n\n");
    3434    fprintf (stderr, "Usage: %s [mode]\n", program);
    3535    fprintf (stderr, " [mode] : -create | -delete\n\n");
     
    9090    // paul's argument parsing convention requires: -key value
    9191    psMetadataAddStr(arguments, PS_LIST_TAIL, "-create", 0,
    92             "create the P2 tables", "");
     92            "create all IPP tables", "");
    9393    psMetadataAddStr(arguments, PS_LIST_TAIL, "-delete", 0,
    94             "delete the P2 tables", "");
     94            "delete all IPP tables", "");
    9595    psMetadataAddStr(arguments, PS_LIST_TAIL, "-recreate", 0,
    96             "delete and recreate the P2 tables", "");
     96            "delete and recreate all tables", "");
    9797
    9898    if (config->mode == PXADMIN_MODE_NONE) {
Note: See TracChangeset for help on using the changeset viewer.