X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=0441f2c4912d1cc93740ba098467e606884dcab3;hp=74b97e79ece04023ba877d003c467e8eceffb120;hb=8965e63594dd297347afced784dcaed6c26b7c6a;hpb=e0f5fdf1fe6131d403fcaeaa0952e1042590e3e1 diff --git a/src/common/main.cpp b/src/common/main.cpp index 74b97e79..0441f2c4 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -163,6 +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->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");