IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2007, 4:04:35 PM (19 years ago)
Author:
Paul Price
Message:

-tosum "required" options aren't.

File:
1 edited

Legend:

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

    r13580 r13664  
    6363    psMetadataAddBool(definerunArgs, PS_LIST_TAIL, "-simple",  0,
    6464            "use the simple output format", false);
    65  
     65
    6666    // -updaterun
    6767    psMetadata *updaterunArgs = psMetadataAlloc();
     
    9898    psMetadata *tosumArgs = psMetadataAlloc();
    9999    psMetadataAddStr(tosumArgs, PS_LIST_TAIL, "-stack_id", 0,
    100             "search by stack ID (required)", NULL);
     100            "search by stack ID", NULL);
    101101    psMetadataAddStr(tosumArgs, PS_LIST_TAIL, "-warp_id", 0,
    102             "search by warp ID (required)", NULL);
     102            "search by warp ID", NULL);
    103103    psMetadataAddU64(tosumArgs, PS_LIST_TAIL, "-limit",  0,
    104104            "limit result set to N items", 0);
     
    191191            psFree(config);
    192192            return NULL;
    193         } 
    194     } 
     193        }
     194    }
    195195}
    196196    addWhereStr(skycell_id);
Note: See TracChangeset for help on using the changeset viewer.