mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-30 07:34:40 -05:00
failure when showing help (#658)
This commit is contained in:
parent
48ea024d7e
commit
95baf25648
5 changed files with 5 additions and 10 deletions
|
|
@ -61,8 +61,7 @@ int Merge::execute(int argc, char** argv)
|
|||
const QStringList args = parser.positionalArguments();
|
||||
if (args.size() != 2) {
|
||||
QCoreApplication app(argc, argv);
|
||||
parser.showHelp();
|
||||
return EXIT_FAILURE;
|
||||
parser.showHelp(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Database* db1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue