Skip to content

Commit

Permalink
CLI: Add -d dry-run shortcut to merge command
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Aug 22, 2024
1 parent ac6654c commit d643d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/Merge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d643d33

Please sign in to comment.