Changeset 18815 for trunk


Ignore:
Timestamp:
04/13/17 11:46:20 (7 years ago)
Author:
tbretz
Message:
Fixed a typo in the description of the commandline arguments.
File:
1 edited

Legend:

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

    r18466 r18815  
    23722372    configs.add_options()
    23732373        ("block,b",             vars<string>(),  "Black-list to block services")
    2374         ("allow,a",             vars<string>(),  "White-list to only allowe certain services")
     2374        ("allow,a",             vars<string>(),  "White-list to only allow certain services")
    23752375        ("debug,d",             po_bool(),       "Debug mode. Print clear text of received service reports.")
    23762376        ("group,g",             vars<string>(),  "Grouping of services into a single run-Fits")
Note: See TracChangeset for help on using the changeset viewer.