mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
parent
ac6654c532
commit
d643d338d2
@ -37,7 +37,7 @@ const QCommandLineOption Merge::NoPasswordFromOption =
|
||||
QObject::tr("Deactivate password key for the database to merge from."));
|
||||
|
||||
const QCommandLineOption Merge::DryRunOption =
|
||||
QCommandLineOption(QStringList() << "dry-run",
|
||||
QCommandLineOption(QStringList() << "d" << "dry-run",
|
||||
QObject::tr("Only print the changes detected by the merge operation."));
|
||||
|
||||
const QCommandLineOption Merge::YubiKeyFromOption(QStringList() << "yubikey-from",
|
||||
|
Loading…
Reference in New Issue
Block a user