diff --git a/nessus_file_reader/__main__.py b/nessus_file_reader/__main__.py index b466196..45f2617 100644 --- a/nessus_file_reader/__main__.py +++ b/nessus_file_reader/__main__.py @@ -48,7 +48,7 @@ def _add_arguments(func): @click.group( invoke_without_command=True, - help="NFR - CLI tool and python module to pars nessus files", + help="NFR - CLI tool and python module to parse nessus files", epilog=f"Additional information:\n\n" f"https://limberduck.org/en/latest/tools/{PACKAGE_NAME}\n" f"https://github.com/LimberDuck/{PACKAGE_NAME}\n"