Add the GUI prompt option to the merge command. (#589)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user