Small style fixup

This commit is contained in:
2019-07-02 19:14:26 +02:00
parent de80694af5
commit 206f0462f8

View File

@@ -133,7 +133,7 @@ void load_key()
int main(int argc, char **argv) { int main(int argc, char **argv) {
PROFILER_RECORD; PROFILER_RECORD;
load_key(); load_key();
cout << "Welcome to the Secutech customer portal." << endl; cout << "Welcome to the Secutech login portal." << endl;
cout << "How can we help you today? (type 'help' for help)" << endl; cout << "How can we help you today? (type 'help' for help)" << endl;
string input; string input;
do do