diff --git a/Whatsapp_Chat_Exporter/__main__.py b/Whatsapp_Chat_Exporter/__main__.py index 0779334..9d7df9c 100644 --- a/Whatsapp_Chat_Exporter/__main__.py +++ b/Whatsapp_Chat_Exporter/__main__.py @@ -141,7 +141,7 @@ def main(): dest="check_update", default=False, action='store_true', - help="Check for updates" + help="Check for updates (require Internet access)" ) args = parser.parse_args()