diff --git a/Whatsapp_Chat_Exporter/__main__.py b/Whatsapp_Chat_Exporter/__main__.py index 730deaa..a332181 100644 --- a/Whatsapp_Chat_Exporter/__main__.py +++ b/Whatsapp_Chat_Exporter/__main__.py @@ -251,7 +251,7 @@ def main(): dest="separate_media", default=False, action='store_true', - help="Create a copy of the media seperated per chat in /separated/ directory (Android only)" + help="Create a copy of the media seperated per chat in /separated/ directory" ) args = parser.parse_args()