Update __main__.py

This commit is contained in:
KnugiHK
2023-10-08 11:42:47 +08:00
parent 8eb05424fd
commit be4adadbd8

View File

@@ -21,7 +21,7 @@ except ImportError:
def main():
parser = ArgumentParser(
description = 'A customizable Android and iPhone WhatsApp database parser that '
'will give you the history of your WhatsApp conversations inHTML '
'will give you the history of your WhatsApp conversations in HTML '
'and JSON. Android Backup Crypt12, Crypt14 and Crypt15 supported.',
epilog = f'WhatsApp Chat Exporter: {__version__} Licensed with MIT'
)