summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-16 10:59:59 +0100
committerJonathan Bauer2011-03-16 10:59:59 +0100
commit3945ea6537a8f1c23c74c65b008a8d6079e873ab (patch)
tree9487cd7920916010d1dac3bce551a3fd91956b1c /src/main.cpp
parentmisc (diff)
downloadfbgui-3945ea6537a8f1c23c74c65b008a8d6079e873ab.tar.gz
fbgui-3945ea6537a8f1c23c74c65b008a8d6079e873ab.tar.xz
fbgui-3945ea6537a8f1c23c74c65b008a8d6079e873ab.zip
DM now appends download index to filename in case file already exists
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
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();