Changeset 20065 for trunk/FACT++/src
- Timestamp:
- 04/12/21 14:38:06 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fits2sql.cc
r19806 r20065 19 19 void SetupConfiguration(Configuration &conf) 20 20 { 21 po::options_description control(" Rootto SQL");21 po::options_description control("FITS to SQL"); 22 22 control.add_options() 23 23 ("uri,u", var<string>()->required(), "Database link as in\n\tuser:password@server[:port]/database[?compress=0|1].")
Note:
See TracChangeset
for help on using the changeset viewer.