mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
@@ -36,7 +36,7 @@ const QCommandLineOption Merge::NoPasswordFromOption =
|
|||||||
QObject::tr("Deactivate password key for the database to merge from."));
|
QObject::tr("Deactivate password key for the database to merge from."));
|
||||||
|
|
||||||
const QCommandLineOption Merge::DryRunOption =
|
const QCommandLineOption Merge::DryRunOption =
|
||||||
QCommandLineOption(QStringList() << "dry-run",
|
QCommandLineOption(QStringList() << "d" << "dry-run",
|
||||||
QObject::tr("Only print the changes detected by the merge operation."));
|
QObject::tr("Only print the changes detected by the merge operation."));
|
||||||
|
|
||||||
const QCommandLineOption Merge::YubiKeyFromOption(QStringList() << "yubikey-from",
|
const QCommandLineOption Merge::YubiKeyFromOption(QStringList() << "yubikey-from",
|
||||||
|
|||||||
Reference in New Issue
Block a user