X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=b13d3eef4e0033fec11e0c1b20a891ce8b36ba96;hp=6847371d86045cdc4da9026b078c658566cc82a2;hb=92490c7390f21d59a0df540c4bdcbb1de69e7e8e;hpb=eaa1bd30bc088e5cae6d8a742d7aedb3d8ff1897 diff --git a/src/common/main.cpp b/src/common/main.cpp index 6847371d..b13d3eef 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -169,7 +169,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