parser.addOption(QCommandLineOption(QStringList()<<QLatin1String("template"),i18n("Template file uses to define what data, settings to import or export"),QLatin1String("file")));
parser.addOption(QCommandLineOption(QStringList()<<QLatin1String("import"),i18n("Import the given file")));
parser.addOption(QCommandLineOption(QStringList()<<QLatin1String("export"),i18n("Export the given file")));
parser.addOption(QCommandLineOption(QStringList()<<QLatin1String("+[url]"),i18n("File or url. The user will be asked whether to import or export.")));
parser.addOption(QCommandLineOption(QStringList()<<QStringLiteral("template"),i18n("Template file uses to define what data, settings to import or export"),QStringLiteral("file")));
parser.addOption(QCommandLineOption(QStringList()<<QStringLiteral("import"),i18n("Import the given file")));
parser.addOption(QCommandLineOption(QStringList()<<QStringLiteral("export"),i18n("Export the given file")));
parser.addOption(QCommandLineOption(QStringList()<<QStringLiteral("+[url]"),i18n("File or url. The user will be asked whether to import or export.")));