Changeset 11256 for trunk/FACT++/src/Configuration.cc
- Timestamp:
- 07/05/11 11:08:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r11248 r11256 354 354 //! The URL of the database from which the configuration data is 355 355 //! retrieved. It should be given in the form 356 //! \li [user[:password]@]server.com[:port] [/database]356 //! \li [user[:password]@]server.com[:port]/database 357 357 //! 358 358 //! with … … 542 542 config.add_options() 543 543 ("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.") 545 545 ("no-database", "Suppress any access to the database even if a database URL was set.") 546 546 ;
Note:
See TracChangeset
for help on using the changeset viewer.