X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=71579df4380df8f84eeeae9de82aa947db9714a6;hb=d93a32a6d25f2a3aef89e7c948d468d892d8f768;hp=0441f2c4912d1cc93740ba098467e606884dcab3;hpb=8965e63594dd297347afced784dcaed6c26b7c6a;p=quassel.git diff --git a/src/common/main.cpp b/src/common/main.cpp index 0441f2c4..71579df4 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -163,7 +163,7 @@ int main(int argc, char **argv) #endif cliParser->addOption("logfile", 'l', "Log to a file", "path"); cliParser->addOption("select-backend", 0, "Switch storage backend (migrating data if possible)", "backendidentifier"); - cliParser->addOption("select-authenticator", 0, "Switch auth backend", "authidentifier"); + 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");