fixup! Parse argv using QCommandLineParser

This commit is contained in:
Albert S. 2020-10-10 21:55:27 +02:00
parent f424f7632f
commit 781b3f4d69
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ int main(int argc, char *argv[])
QCommandLineParser parser;
parser.addOptions({
{"new-instance", "Launch a new instance, ignoring any running ones"},
{"kill-instances", "Kill all running instances"},
{"config", "Use supplied config dir instead of default"},
});
parser.addHelpOption();