X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=24a71588dda7cb4c5c2c792230152807dae7c658;hb=fdfd62334f728bd05470c5191194d55027fec86e;hp=d0dde88a0c7f6b5ccbe2e77fe591e2d93ffe934e;hpb=f9a73e3ad8142212028a39b26ced62456e575b7a;p=quassel.git 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