mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 12:37:39 +03:00
parent
ac6654c532
commit
d643d338d2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue