X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=24a71588dda7cb4c5c2c792230152807dae7c658;hp=34fb70eb9e33e4fcc1dda7a1dc3820ab7610a128;hb=0a79f71c41f69643fdbf0c32c061f1b11d14346d;hpb=98bec7bab038a8e656f90617c59fe1e8c0907f71 diff --git a/src/common/main.cpp b/src/common/main.cpp index 34fb70eb..24a71588 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -112,6 +112,8 @@ int main(int argc, char **argv) { cliParser->addOption("select-backend ", 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 ", 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 ", 0, "Set path to oidentd configuration file"); #endif #ifdef HAVE_KDE