Apply suggested info change
authorShane Synan <digitalcircuit36939@gmail.com>
Wed, 13 Feb 2019 08:35:36 +0000 (09:35 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Feb 2019 19:26:24 +0000 (20:26 +0100)
Co-Authored-By: justjanne <janne@kuschku.de>
src/common/quassel.cpp

index afd7a84..7a6779c 100644 (file)
@@ -358,7 +358,7 @@ void Quassel::setupCliParser()
              tr("The port quasselcore will listen at for ident requests. Only meaningful with --ident-daemon."),
              tr("port"),
              "10113"},
-            {"ident-listen", tr("The address(es) quasselcore will listen on for ident requests."), tr("<address>[,<address>[,...]]"), "::1,127.0.0.1"},
+            {"ident-listen", tr("The address(es) quasselcore will listen on for ident requests. Same format as --listen."), tr("<address>[,...]"), "::1,127.0.0.1"},
             {"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")},
 #ifdef HAVE_SSL