Changeset 19144 for trunk


Ignore:
Timestamp:
08/07/18 14:20:17 (6 years ago)
Author:
tbretz
Message:
Updates resource text.
File:
1 edited

Legend:

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

    r19139 r19144  
    500500    config.add_options()
    501501        ("config,C",    var<string>(), "Configuration file overwriting options retrieved from the database.")
    502         ("database",    var<string>(), "Database link as in\n\t[user[:password]@]server.com[:port]/database\nOverwrites options from the default configuration file.")
     502        ("database",    var<string>(), "Database link as in\n\t[user[:password]@]server.com[:port]/database[?compress=0|1]\nOverwrites options from the default configuration file.")
    503503        ("no-database",                "Suppress any access to the database even if a database URL was set.")
    504504        ;
Note: See TracChangeset for help on using the changeset viewer.