X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=b12d642ebd7abb9eb29a52fcf4424025a939b65f;hb=7b4bac1b744a407d51f0ece67e0d531206ddad0b;hp=2a33a3d801200643f96e1733444fbbb33f07d2b7;hpb=736012bf4a8b834d1adb2f4a3b0156380ecb5dcc;p=quassel.git diff --git a/src/common/main.cpp b/src/common/main.cpp index 2a33a3d8..b12d642e 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -99,6 +99,8 @@ int main(int argc, char **argv) { cliParser->addOption("loglevel ", 'L', "Loglevel Debug|Info|Warning|Error", "Info"); 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("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