Changeset 10897 for trunk/FACT++


Ignore:
Timestamp:
06/01/11 10:42:32 (13 years ago)
Author:
tbretz
Message:
Some updates to the help-text.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/dataLogger.cc

    r10896 r10897  
    25482548    cout <<
    25492549        "\n"
    2550         "The block option has priority over the allow, "
    2551         "i.e. if both are present, only the block list is kept. "
    2552         "If only a server name or service without its server prefix is given "
    2553         "then all the services of that server, or all the services that "
    2554         "correspond to the given suffix are ignored or considered.\n"
     2550        "If the allow list has any element, only the servers and/or services "
     2551        "specified in the list will be used for subscription. The black list "
     2552        "will disable service subscription and has higher priority than the "
     2553        "allow list. If the allow list is not present by default all services "
     2554        "will be subscribed."
    25552555        "\n"
    2556         "For example, block=DIS_DNS will skip all the services offered by "
    2557         "the DIS_DNS server, while block=SERVICE_LIST will skip all the "
    2558         "SERVICE_LIST services offered by any server.\n"
     2556        "For example, block=DIS_DNS/ will skip all the services offered by "
     2557        "the DIS_DNS server, while block=/SERVICE_LIST will skip all the "
     2558        "SERVICE_LIST services offered by any server and DIS_DNS/SERVICE_LIST "
     2559        "will skip DIS_DNS/SERVICE_LIST.\n"
    25592560        "\n"
    25602561        "The commands offered by the dataLoger are the following: \n";
Note: See TracChangeset for help on using the changeset viewer.