From cb5e160674e981df761502b5bd13fc3b25ea34e6 Mon Sep 17 00:00:00 2001 From: Mateo Cruz Date: Thu, 23 Sep 2021 19:47:34 +0530 Subject: [PATCH] ^C to exit --- bannoti.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bannoti.py b/bannoti.py index b3bcb94..31a150e 100644 --- a/bannoti.py +++ b/bannoti.py @@ -16,6 +16,8 @@ def show_help() -> None: --gettracked : get tracked accounts --yesstartup : add program to startup (windows only) --nostartup : remove program from startup (windows only) + + Use Ctrl+C to exit. If this is your first time using Bannoti, I recommend you see the README (docs/README.md).""")