IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17959


Ignore:
Timestamp:
Jun 6, 2008, 11:01:36 AM (18 years ago)
Author:
eugene
Message:

change -file to -input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSimArguments.c

    r17958 r17959  
    6767    // Only one of -camera and -file is needed or allowed.  The -camera option would have been
    6868    // already parsed by pmConfigRead in ppSim.c and resulted in a value for config->camera
    69     bool loadImage = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list");
     69    bool loadImage = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-input", "-inputlist");
    7070    if (!config->camera && !loadImage) {
    71         psError(PS_ERR_IO, true, "A camera name (-camera NAME) or an image (-file NAME) must be specified");
     71        psError(PS_ERR_IO, true, "A camera name (-camera NAME) or an input image (-input NAME) must be specified");
    7272        psFree(arguments);
    7373        return false;
Note: See TracChangeset for help on using the changeset viewer.