From 0e59f2745ec79682f0e3835b48789eaae33175e8 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 e4136a57b..bbd6ecf4c 100644 --- a/src/cli/Merge.cpp +++ b/src/cli/Merge.cpp @@ -36,7 +36,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",