X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=d4833a4f6b99e24c88ebd2282ba670d5e92e009c;hp=3f6cab541661c9b0d37b89c9998ca743396b08e2;hb=refs%2Fpull%2F111%2Fhead;hpb=2fabb938a014186c2aa7aa1a1b885c6afa353f1e diff --git a/src/common/main.cpp b/src/common/main.cpp index 3f6cab54..d4833a4f 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -161,7 +161,7 @@ int main(int argc, char **argv) cliParser->addSwitch("oidentd", 0, "Enable oidentd integration"); cliParser->addOption("oidentd-conffile", 0, "Set path to oidentd configuration file", "file"); #ifdef HAVE_SSL - cliParser->addSwitch("require-ssl", 0, "Require SSL for client connections"); + cliParser->addSwitch("require-ssl", 0, "Require SSL for remote (non-loopback) client connections"); #endif cliParser->addSwitch("enable-experimental-dcc", 0, "Enable highly experimental and unfinished support for CTCP DCC (DANGEROUS)"); #endif