parser.addOption(QCommandLineOption(QStringLiteral("lock"),i18n("Lock the specified device")));
parser.addOption(QCommandLineOption(QStringLiteral("send-sms"),i18n("Sends an SMS. Requires destination"),i18n("message")));
parser.addOption(QCommandLineOption(QStringLiteral("destination"),i18n("Phone number to send the message"),i18n("phone number")));
parser.addOption(QCommandLineOption(QStringLiteral("attachment"),i18n("File urls to send attachments with the message (can be passed multiple times)"),i18n("file urls")));
//parser.addOption(QCommandLineOption(QStringLiteral("attachment"), i18n("File urls to send attachments with the message (can be passed multiple times)"), i18n("file urls"))); // Disabling this until we have Android support