add oidentd cli options to quasselcore
[quassel.git] / src / common / main.cpp
index 34fb70e..d0dde88 100644 (file)
@@ -112,6 +112,8 @@ int main(int argc, char **argv) {
   cliParser->addOption("select-backend <backendidentifier>", 0, "Switch storage backend (migrating data if possible)");
   cliParser->addSwitch("add-user", 0, "Starts an interactive session to add a new core user");
   cliParser->addOption("change-userpass <username>", 0, "Starts an interactive session to change the password of the user identified by username");
+  cliParser->addSwitch("oidentd", 0, "Enable oidentd integration");
+  cliParser->addOption("oidentd-conffile <file>", 0, "change path to oidentd configuration file");
 #endif
 
 #ifdef HAVE_KDE