mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
failure when showing help (#658)
This commit is contained in:
parent
48ea024d7e
commit
95baf25648
5 changed files with 5 additions and 10 deletions
|
@ -44,8 +44,7 @@ int Extract::execute(int argc, char** argv)
|
|||
|
||||
const QStringList args = parser.positionalArguments();
|
||||
if (args.size() != 1) {
|
||||
parser.showHelp();
|
||||
return EXIT_FAILURE;
|
||||
parser.showHelp(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
out << "Insert the database password\n> ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue