From bb0a2d5c63c8f475660361a9d72055299c0aaca8 Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Wed, 11 Mar 2009 13:54:36 +0100 Subject: [PATCH] fixes #611 - quasselclient --help shows core options --- src/common/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/main.cpp b/src/common/main.cpp index 43a52d0d..aa574ab9 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -90,7 +90,7 @@ int main(int argc, char **argv) { cliParser->addSwitch("debugbufferswitches", 0, "Enables debugging for bufferswitches"); cliParser->addSwitch("debugmodel", 0, "Enables debugging for models"); #endif -#ifndef BUILD_QTCLIENT +#ifndef BUILD_QTUI // put core-only arguments here cliParser->addOption("listen
[,", 0, "The address(es) quasselcore will listen on", "0.0.0.0,::"); cliParser->addOption("port ",'p', "The port quasselcore will listen at", QString("4242")); -- 2.20.1