From e674b21c0c59119664ec1c4c14f5468f0e49e3b7 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 24 Oct 2015 14:34:05 +0000 Subject: [PATCH] nogui option is also supported for the client --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1bc2aa78..2b3f27b4 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -556,7 +556,7 @@ QString UsageArguments ( char **argv ) " connection (server only)\n" " -m, --htmlstatus enable HTML status file, set file name (server\n" " only)\n" - " -n, --nogui disable GUI (server only)\n" + " -n, --nogui disable GUI\n" " -o, --serverinfo infos of the server(s) in the format:\n" " [name];[city];[country as QLocale ID]; ...\n" " [server1 address];[server1 name]; ...\n"