From cca5b66347489f69ff74d9f251aef6a8f69f9eef Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Fri, 26 Aug 2016 10:33:34 +0200 Subject: [PATCH] Edit -h message. --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 0fa01cc95..a11138349 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; }