IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8188


Ignore:
Timestamp:
Aug 4, 2006, 5:16:59 PM (20 years ago)
Author:
jhoblitt
Message:

fix -ra claim that it -airmass when reporting the "required" option error

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r8050 r8188  
    3434    psMetadataAddStr(pendingArgs, PS_LIST_TAIL, "-class_id",  0, "define class ID", NULL);
    3535    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);
    3638 
    3739    // -done
  • trunk/ippTools/src/regtool.c

    r8187 r8188  
    442442    }
    443443    if (isnan(ra)) {
    444         psError(PS_ERR_UNKNOWN, true, "-airmass is required");
     444        psError(PS_ERR_UNKNOWN, true, "-ra is required");
    445445        return NULL;
    446446    }
Note: See TracChangeset for help on using the changeset viewer.