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:
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user