1
0
mirror of https://github.com/fabianonline/telegram_backup.git synced 2024-11-22 16:56:16 +00:00

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:
Fabian Schlenz 2016-07-05 15:32:14 +02:00
parent 140dfdfabc
commit 989e2e1d5c

View File

@ -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() {