X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;fp=src%2Fcommon%2Fmain.cpp;h=accffc60f4e248e532b2a83d0dc471a96a614b27;hp=ee7cd4349c503429164b9fddc4c168c7b0d83a29;hb=67e4eb295238453c94da41185bcdb20d908859d6;hpb=ab8127d2193d7d9de9e41b9f454911fdd07e49df;ds=sidebyside diff --git a/src/common/main.cpp b/src/common/main.cpp index ee7cd434..accffc60 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -168,9 +168,9 @@ int main(int argc, char **argv) cliParser->addOption("select-authenticator", 0, "Select authentication backend", "authidentifier"); cliParser->addSwitch("add-user", 0, "Starts an interactive session to add a new core user"); cliParser->addOption("change-userpass", 0, "Starts an interactive session to change the password of the user identified by ", "username"); - cliParser->addSwitch("oidentd", 0, "Enable oidentd integration"); + cliParser->addSwitch("oidentd", 0, "Enable oidentd integration. In most cases you should also enable --strict-ident"); cliParser->addOption("oidentd-conffile", 0, "Set path to oidentd configuration file", "file"); - cliParser->addSwitch("oidentd-strict", 0, "Use users' quasselcore username as ident reply. Ignores each user's configured ident setting. Only meaningful with --oidentd."); + cliParser->addSwitch("strict-ident", 0, "Use users' quasselcore username as ident reply. Ignores each user's configured ident setting."); #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");