IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41628


Ignore:
Timestamp:
Jun 1, 2021, 1:08:25 PM (5 years ago)
Author:
tdeboer
Message:

fix in warptool config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-ps1-20210510/ippTools/src/warptoolConfig.c

    r41581 r41628  
    286286    psMetadataAddStr(listrunArgs, PS_LIST_TAIL,  "-data_group",  PS_META_DUPLICATE_OK, "search by warpRun data_group", NULL);
    287287    psMetadataAddStr(listrunArgs, PS_LIST_TAIL,  "-dist_group",  PS_META_DUPLICATE_OK, "search by warpRun dist_group", NULL);
    288     psMetadataAddBool(listrunArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    289288
    290289    // add magic related arguments
     
    440439    psMetadataAddU64(runstateArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    441440    psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-simple",  0,          "use the simple output format", false);
    442     psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
     441//    psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    443442
    444443    // -setskyfiletoupdate
Note: See TracChangeset for help on using the changeset viewer.