Ignore:
Timestamp:
05/09/11 20:16:03 (14 years ago)
Author:
tbretz
Message:
Added unified text before printing Options.
File:
1 edited

Legend:

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

    r10537 r10634  
    834834    {
    835835        fPrintUsage();
     836        cout <<
     837            "Options:\n"
     838            "The following describes the available commandline options. "
     839            "For further details on how command line option are parsed "
     840            "and in which order which configuration sources are accessed "
     841            "please refer to the class reference of the Configuration class." << endl;
    836842        cout << fOptionsCommandline[kVisible] << endl;
    837843    }
Note: See TracChangeset for help on using the changeset viewer.