X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=b12d642ebd7abb9eb29a52fcf4424025a939b65f;hp=40922b653bb47d4fc755f60ac6d15b246ba7c179;hb=7b4bac1b744a407d51f0ece67e0d531206ddad0b;hpb=d2e0e3150248063f7d8c27ae1680ce7ea665f227 diff --git a/src/common/main.cpp b/src/common/main.cpp index 40922b65..b12d642e 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -100,7 +100,7 @@ int main(int argc, char **argv) { cliParser->addOption("configdir ", 'c', "Specify the directory holding configuration files, the SQlite database and the SSL Cert"); cliParser->addOption("datadir ", 0, "DEPRECATED - Use --configdir instead"); cliParser->addOption("migrate-backend ", 0, "Starts an interactive session and attempts to migrate your current storage backend to the new one"); - cliParser->addOption("switch-backend ", 0, "Starts an interactive session and switches your current storage backend to the new one. No migration will be done!"); + cliParser->addOption("select-backend ", 0, "Starts an interactive session and switches your current storage backend to the new one. No migration will be done!"); #endif #ifdef HAVE_KDE