diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3138838..689b3e4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -12,7 +12,8 @@ void printHelp() 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>, --downloaddir=<dir> " << QObject::tr("Specifiy the download directory.") << 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, --debug " << QObject::tr("Activate debug mode.") << endl; qout << "-h, --help " << QObject::tr("Prints usage information.") << endl; qout.flush(); |
