X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=97e71004084dd393c77bdf3c09cb6b09ce8c60c3;hp=21d066ef79ce9a58fffc51bbe59bf33bed3bcaa2;hb=b040ef84cdc254a0b1f083db3151f2724e45d210;hpb=2e72a5e771e0e717a4506018233fd7a27746e08f diff --git a/src/common/main.cpp b/src/common/main.cpp index 21d066ef..97e71004 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -101,6 +101,7 @@ int main(int argc, char **argv) { cliParser->addOption("loglevel ", 'L', "Loglevel Debug|Info|Warning|Error", "Info"); cliParser->addOption("select-backend ", 0, "Starts an interactive session and switches your current storage backend to the new one. Attempts a merge if the new backend is uninitialized and the old backend supports migration. Otherwise prompts for new user credentials!"); 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"); #endif #ifdef HAVE_KDE