diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2860e25..c4902c6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,11 +11,13 @@ void printHelp() QTextStream qout(stdout); qout << QObject::tr("Usage: ./fbgui [OPTIONS]") << endl; qout << QObject::tr("Options:") << endl; - qout << "-u <URL>, --url=<URL> " << QObject::tr("Set which URL to load.") << endl; - qout << "-d <dir>, --download=<dir> " << QObject::tr("Specify the download directory.") << endl; - qout << "-c <path>, --config=<path> " << QObject::tr("Path to config file.") << endl; - qout << "-D <level>, --debug=<level> " << QObject::tr("Activate debug mode.") << endl; - qout << "-h, --help " << QObject::tr("Prints usage information.") << endl; + qout << "-c <path>, --config=<path> " << QObject::tr("Path to configuration file.") << endl; + qout << "-u <URL>, --url=<URL> " << QObject::tr("Sets the URL to be loaded.") << endl; + qout << "-d <path>, --download=<path> " << QObject::tr("Specify the download directory.") << endl; + qout << "-t <path, --trigger=<path> " << QObject::tr("Specify location of the file triggering the URL load.") << endl; + qout << "-s <path, --serial=<path> " << QObject::tr("Specify location of the file containing the serial number.") << endl; + qout << "-D <level>, --debug=<level> " << QObject::tr("Activate debug mode. [0,1]") << endl; + qout << "-h, --help " << QObject::tr("Prints this help.") << endl; qout.flush(); exit(EXIT_SUCCESS); } |
