X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;fp=src%2Fcommon%2Fmain.cpp;h=14329f617e3fa0521d15ff4598d1a3dbac014d35;hb=dc305866fd969af65e5f3e4c8486dd3099a68660;hp=98ab018c7345c5d72fde22ba5e8dc010c2227136;hpb=a71514b17a3e533454d3accfc367b48f6358aa18;p=quassel.git diff --git a/src/common/main.cpp b/src/common/main.cpp index 98ab018c..14329f61 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