From: Shane Synan Date: Wed, 13 Feb 2019 08:46:30 +0000 (+0100) Subject: Apply suggested info change X-Git-Tag: 0.13.1~14 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=7b80c9c6e57bfd8ac81034e6cec1527e6be50da6 Apply suggested info change Co-Authored-By: justjanne --- diff --git a/src/common/main.cpp b/src/common/main.cpp index 766094c3..7e235d09 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -197,7 +197,7 @@ int main(int argc, char **argv) cliParser->addSwitch("strict-ident", 0, "Use users' quasselcore username as ident reply. Ignores each user's configured ident setting."); cliParser->addSwitch("ident-daemon", 0, "Enable internal ident daemon"); cliParser->addOption("ident-port", 0, "The port quasselcore will listen at for ident requests. Only meaningful with --ident-daemon", "port", "10113"); - cliParser->addOption("ident-listen", 0, "The address(es) quasselcore will listen on for ident requests", "
[,
[,...]]", "::1,127.0.0.1"); + cliParser->addOption("ident-listen", 0, "The address(es) quasselcore will listen on for ident requests. Same format as --listen.", "
[,...]", "::1,127.0.0.1"); #ifdef HAVE_SSL cliParser->addSwitch("require-ssl", 0, "Require SSL for remote (non-loopback) client connections"); cliParser->addOption("ssl-cert", 0, "Specify the path to the SSL Certificate", "path", "configdir/quasselCert.pem");