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