Added a short text to inform the user of how to exit the program if it doesn't do that by itself.

This commit is contained in:
2016-07-05 15:32:20 +02:00
parent 140dfdfabc
commit 989e2e1d5c
@@ -118,6 +118,7 @@ public class CommandLineController {
client.close();
}
System.out.println("----- EXIT -----");
System.out.println("If this program doesn't exit by itself, please press Ctrl-C now.");
}
private void show_help() {