IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18777


Ignore:
Timestamp:
Jul 30, 2008, 9:33:05 AM (18 years ago)
Author:
Paul Price
Message:

Removing references to "chip tables".

File:
1 edited

Legend:

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

    r17856 r18777  
    128128        psString dbName = psMetadataLookupStr(&status, config->modules->complete, "DBNAME");
    129129
    130         fprintf (stdout, "*** delete the chip tables from database %s? ***\n", dbName);
     130        fprintf (stdout, "*** delete the tables from database %s? ***\n", dbName);
    131131        fprintf (stdout, "*** to delete the tables, answer YES, and give password ***\n");
    132132        fprintf (stdout, "*** WARNING: this action is permanent ***\n\n");
    133133
    134         fprintf (stdout, "delete the chip tables (YES/[n]): ");
     134        fprintf (stdout, "delete the tables (YES/[n]): ");
    135135        fgets (line, 128, stdin);
    136136        sscanf (line, "%s", answer);
Note: See TracChangeset for help on using the changeset viewer.