Ignore:
Timestamp:
07/05/11 11:08:58 (13 years ago)
Author:
tbretz
Message:
Updated reference about regex for database url.
File:
1 edited

Legend:

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

    r11248 r11256  
    354354//!      The URL of the database from which the configuration data is
    355355//!      retrieved. It should be given in the form
    356 //!          \li [user[:password]@]server.com[:port][/database]
     356//!          \li [user[:password]@]server.com[:port]/database
    357357//!
    358358//!      with
     
    542542    config.add_options()
    543543        ("config,C",    var<string>(), "Configuration file overwriting options retrieved from the database.")
    544         ("database",    var<string>(), "Database link as in\n\t[user:[password]@][server][:port][/database]\nOverwrites options from the default configuration file.")
     544        ("database",    var<string>(), "Database link as in\n\t[user[:password]@]server.com[:port]/database\nOverwrites options from the default configuration file.")
    545545        ("no-database",                "Suppress any access to the database even if a database URL was set.")
    546546        ;
Note: See TracChangeset for help on using the changeset viewer.