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