IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2007, 6:49:43 PM (19 years ago)
Author:
jhoblitt
Message:

rename p[x]tools -> [foo]tools

File:
1 edited

Legend:

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

    r11089 r11997  
    2828// this function can not fail -- exits on error
    2929
    30 pxConfig *p1toolConfig(pxConfig *config, int argc, char **argv) {
     30pxConfig *guidetoolConfig(pxConfig *config, int argc, char **argv) {
    3131    if (!config) {
    3232        config = pxConfigAlloc();
     
    129129
    130130    if (argErr) {
    131         printf("\nPan-STARRS Phase 1 Search Tool\n");
     131        printf("\nPan-STARRS Guide Star Tool\n");
    132132        printf("Usage: %s <mode> [<options>]\n\n", argv[0]);
    133133        printf(" <mode> : -pending | -define\n\n");
Note: See TracChangeset for help on using the changeset viewer.