Remove --dontsu command line option.

This commit is contained in:
Andrius Štikonas 2018-03-19 16:24:49 +01:00
parent a1a535cb03
commit 62a3b57c2d
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ int Q_DECL_IMPORT main(int argc, char* argv[])
QCommandLineParser parser;
aboutData.setupCommandLine(&parser);
parser.addOption(QCommandLineOption(QLatin1Literal("dontsu"), xi18nc("@info:shell", "Do not try to gain super user privileges")));
// FIXME parser.addPositionalArgument(QStringLiteral("device"), xi18nc("@info:shell", "Device(s) to manage"), QStringLiteral("[device...]"));
parser.process(app);