Changeset 20065 for trunk/FACT++


Ignore:
Timestamp:
04/12/21 14:38:06 (3 years ago)
Author:
tbretz
Message:
typo in the po description.
File:
1 edited

Legend:

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

    r19806 r20065  
    1919void SetupConfiguration(Configuration &conf)
    2020{
    21     po::options_description control("Root to SQL");
     21    po::options_description control("FITS to SQL");
    2222    control.add_options()
    2323        ("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.