From d643d338d294b57373b4bdc999a4bd48cc7813f6 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Wed, 21 Aug 2024 22:34:00 -0400 Subject: [PATCH] CLI: Add `-d` dry-run shortcut to merge command * Fixes #11191 --- src/cli/Merge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/Merge.cpp b/src/cli/Merge.cpp index c54f209fb..6cf351c96 100644 --- a/src/cli/Merge.cpp +++ b/src/cli/Merge.cpp @@ -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",