Edit -h message.

This commit is contained in:
Martin Rotter 2016-08-26 10:33:34 +02:00
parent 26a9dab197
commit cca5b66347

View File

@ -46,8 +46,7 @@ int main(int argc, char *argv[]) {
if (str == "-h") {
qDebug("Usage: rssguard [OPTIONS]\n\n"
"Option\t\tMeaning\n"
"-h\t\tDisplays this help.\n"
"-q\t\tQuits minimal non-GUI instance of application already running on this machine.");
"-h\t\tDisplays this help.");
return EXIT_SUCCESS;
}