Changeset 20440
- Timestamp:
- Oct 28, 2008, 11:19:54 AM (18 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
warptool.c (modified) (1 diff)
-
warptoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r20300 r20440 749 749 PXOPT_COPY_STR(config->args, where, "-skycell_id", "skycell_id", "=="); 750 750 PXOPT_COPY_STR(config->args, where, "-tess_id", "tess_id", "=="); 751 PXOPT_COPY_STR(config->args, where, "-class_id", "class_id", "=="); 751 752 752 753 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); -
trunk/ippTools/src/warptoolConfig.c
r20300 r20440 208 208 psMetadataAddStr(scmapArgs, PS_LIST_TAIL, "-skycell_id", 0, "search by skycell ID", NULL); 209 209 psMetadataAddStr(scmapArgs, PS_LIST_TAIL, "-tess_id", 0, "search by tess ID", NULL); 210 psMetadataAddStr(scmapArgs, PS_LIST_TAIL, "-class_id", 0, "search by class ID", NULL); 210 211 psMetadataAddU64(scmapArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 211 212 psMetadataAddBool(scmapArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false);
Note:
See TracChangeset
for help on using the changeset viewer.
