IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2021, 3:37:04 PM (5 years ago)
Author:
eugene
Message:

merge changes from tags/ipp-ps1-20210510: fix -all syntax in ippTools

Location:
trunk/ippTools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools

  • trunk/ippTools/src

  • trunk/ippTools/src/chiptoolConfig.c

    r40534 r41654  
    6666    psMetadataAddU64(definebyqueryArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    6767    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-random",  0,            "randomly sort the output", false);
     68    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    6869
    6970    // -definecopy
     
    8889    psMetadataAddBool(definecopyArgs, PS_LIST_TAIL, "-pretend", 0, "do not actually modify the database", false);
    8990    psMetadataAddBool(definecopyArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false);
     91    psMetadataAddBool(definecopyArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    9092
    9193    // -updaterun
     
    119121    psMetadataAddU64(pendingimfileArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    120122    psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     123    psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-all",  0,            "list everything without search terms", false);
    121124
    122125    // -addprocessedimfile
     
    293296    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    294297    psMetadataAddU64(pendingcleanuprunArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
     298    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-all",  0,            "list all components regardless of data_state", false);
    295299
    296300    // -pendingcleanupimfile
Note: See TracChangeset for help on using the changeset viewer.