X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fquassel.cpp;h=dd08bd5d305044701f22840eef9ba98bfed9ff6c;hb=1a5c1814a0c52f6f35e65c7033b2f896bf1188e3;hp=00600c05f91b3887cc5a7499765164708ea2579c;hpb=df38a9238d603ec8d2040619befa50980d994916;p=quassel.git diff --git a/src/common/quassel.cpp b/src/common/quassel.cpp index 00600c05..dd08bd5d 100644 --- a/src/common/quassel.cpp +++ b/src/common/quassel.cpp @@ -363,14 +363,12 @@ void Quassel::setupCliParser() {"oidentd", tr("Enable oidentd integration. In most cases you should also enable --strict-ident.")}, {"oidentd-conffile", tr("Set path to oidentd configuration file."), tr("file")}, {"proxy-cidr", tr("Set IP range from which proxy protocol definitions are allowed"), tr("
[,...]"), "::1,127.0.0.1"}, -#ifdef HAVE_SSL {"require-ssl", tr("Require SSL for remote (non-loopback) client connections.")}, {"ssl-cert", tr("Specify the path to the SSL certificate."), tr("path"), "configdir/quasselCert.pem"}, {"ssl-key", tr("Specify the path to the SSL key."), tr("path"), "ssl-cert-path"}, {"metrics-daemon", tr("Enable metrics API.")}, {"metrics-port", tr("The port quasselcore will listen at for metrics requests. Only meaningful with --metrics-daemon."), tr("port"), "9558"}, {"metrics-listen", tr("The address(es) quasselcore will listen on for metrics requests. Same format as --listen."), tr("
[,...]"), "::1,127.0.0.1"} -#endif }; }