IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2013, 8:15:03 AM (13 years ago)
Author:
bills
Message:

add -username as selector for -updatereq

File:
1 edited

Legend:

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

    r35298 r35318  
    595595    PXOPT_COPY_S32(config->args, where, "-fault",      "fault", "==");
    596596    PXOPT_COPY_STR(config->args, where, "-state",      "state", "==");
    597     PXOPT_COPY_STR(config->args, where, "-reqType",     "reqType", "==");
    598     PXOPT_COPY_STR(config->args, where, "-name",     "name", "LIKE");
     597    PXOPT_COPY_STR(config->args, where, "-reqType",    "reqType", "==");
     598    PXOPT_COPY_STR(config->args, where, "-name",       "name", "LIKE");
     599    PXOPT_COPY_STR(config->args, where, "-username",   "username", "==");
    599600    PXOPT_COPY_TIME(config->args, where, "-timestamp_begin", "timestamp", ">=");
    600601    PXOPT_COPY_TIME(config->args, where, "-timestamp_end", "timestamp", "<=");
Note: See TracChangeset for help on using the changeset viewer.