CLI: Add -d dry-run shortcut to merge command

* Fixes #11191
This commit is contained in:
Jonathan White 2024-08-21 22:34:00 -04:00
parent ac6654c532
commit d643d338d2

View File

@ -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",