mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Add the GUI prompt option to the merge command. (#589)
This commit is contained in:
parent
c3bd5d21aa
commit
dcc8094ce4
2 changed files with 32 additions and 21 deletions
|
@ -403,7 +403,7 @@ Database* Database::unlockFromStdin(QString databaseFilename)
|
|||
static QTextStream inputTextStream(stdin, QIODevice::ReadOnly);
|
||||
QTextStream outputTextStream(stdout);
|
||||
|
||||
outputTextStream << QString("Insert password to unlock " + databaseFilename + "\n>");
|
||||
outputTextStream << QString("Insert password to unlock " + databaseFilename + "\n> ");
|
||||
outputTextStream.flush();
|
||||
|
||||
QString line = inputTextStream.readLine();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue