X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=6aff6db31d9943e9cd48ec7cbfc2fc13817a5c00;hp=01ab79e4586289571792f92c6ac551aeb4131ec6;hb=16c9fb5606113ddbcbe4be61f8ed2b775f31055e;hpb=9087a769bf2f10447fa50b5843075e24aa284bdc diff --git a/src/common/main.cpp b/src/common/main.cpp index 01ab79e4..6aff6db3 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -85,7 +85,11 @@ int main(int argc, char **argv) { cliParser->addSwitch("debug",'d', "Enable debug output"); cliParser->addSwitch("help",'h', "Display this help and exit"); cliParser->addSwitch("version", 'v', "Display version information"); - cliParser->addOption("configdir ", 'c', "Specify the directory holding configuration files, the SQlite database and the SSL Cert"); +#ifdef BUILD_QTUI + cliParser->addOption("configdir ", 'c', "Specify the directory holding the client configuration"); +#else + cliParser->addOption("configdir ", 'c', "Specify the directory holding configuration files, the SQlite database and the SSL certificate"); +#endif cliParser->addOption("datadir ", 0, "DEPRECATED - Use --configdir instead"); #ifndef BUILD_CORE