From c4197da613f55b480a8506f0c6e7fc850b2321d2 Mon Sep 17 00:00:00 2001 From: spaz Date: Mon, 9 Feb 2026 16:25:20 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20CLI=20help:=20"pars"=20?= =?UTF-8?q?=E2=86=92=20"parse"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- nessus_file_reader/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"