Changeset 8188
- Timestamp:
- Aug 4, 2006, 5:16:59 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
chiptoolConfig.c (modified) (1 diff)
-
regtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptoolConfig.c
r8050 r8188 34 34 psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-class_id", 0, "define class ID", NULL); 35 35 psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-uri", 0, "define URL", NULL); 36 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 37 "use the simple output format", false); 36 38 37 39 // -done -
trunk/ippTools/src/regtool.c
r8187 r8188 442 442 } 443 443 if (isnan(ra)) { 444 psError(PS_ERR_UNKNOWN, true, "- airmassis required");444 psError(PS_ERR_UNKNOWN, true, "-ra is required"); 445 445 return NULL; 446 446 }
Note:
See TracChangeset
for help on using the changeset viewer.
