diff --git a/src/main.cpp b/src/main.cpp --- a/src/main.cpp +++ b/src/main.cpp @@ -175,7 +175,7 @@ } QTextStream out(stdout); - out << password; + out << password << "\n"; return 0; }