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