From cbd070dd5de9f5454f43c3383d9fa7a696d2153a Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 24 Mar 2011 16:36:44 +0100 Subject: usage info update --- src/main.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/main.cpp') 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= " << QObject::tr("Set which URL to load.") << 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 << "-c , --config= " << QObject::tr("Path to configuration file.") << endl; + qout << "-u , --url= " << QObject::tr("Sets the URL to be loaded.") << endl; + qout << "-d , --download= " << QObject::tr("Specify the download directory.") << endl; + qout << "-t " << QObject::tr("Specify location of the file triggering the URL load.") << endl; + qout << "-s " << QObject::tr("Specify location of the file containing the serial number.") << endl; + qout << "-D , --debug= " << QObject::tr("Activate debug mode. [0,1]") << endl; + qout << "-h, --help " << QObject::tr("Prints this help.") << endl; qout.flush(); exit(EXIT_SUCCESS); } -- cgit v1.2.3-55-g7522