From 3945ea6537a8f1c23c74c65b008a8d6079e873ab Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 16 Mar 2011 10:59:59 +0100 Subject: DM now appends download index to filename in case file already exists --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') 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= " << QObject::tr("Set which URL to load.") << endl; - qout << "-d , --downloaddir= " << QObject::tr("Specifiy the download directory.") << endl; + qout << "-d , --download= " << QObject::tr("Specify the download directory.") << endl; + qout << "-c , --config= " << 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(); -- cgit v1.2.3-55-g7522