Changeset 6103 for trunk/ippTools/src/chiptoolConfig.c
- Timestamp:
- Jan 20, 2006, 4:54:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptoolConfig.c
r6093 r6103 65 65 66 66 // paul's argument parsing convention requires: -key value 67 psMetadataAdd Str(config->arguments, PS_LIST_TAIL, "-quick", 0, "examine raw image table, write ppImage output", "");67 psMetadataAddBool(config->arguments, PS_LIST_TAIL, "-quick", 0, "examine raw image table, write ppImage output", false); 68 68 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-define", 0, "examine raw image table, add to pending image table", ""); 69 69 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-pending", 0, "examine pending image table, write ppImage output", ""); … … 73 73 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-filter", 0, "define filter of interest", ""); 74 74 75 if (! psArgumentParse(config->arguments, &argc, argv) || argc != 2) {75 if (! psArgumentParse(config->arguments, &argc, argv) || argc != 1) { 76 76 printf("\nPan-STARRS Phase 2 Search Tool\n\n"); 77 77 printf("Usage: %s [mode] [options]\n\n", argv[0]);
Note:
See TracChangeset
for help on using the changeset viewer.
