From 1a1b327fbec04e946018747ecee58c6ee9519b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 24 Sep 2023 09:20:00 +0200 Subject: [PATCH] Fix wording in cli.py --- redbot/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cli.py b/redbot/cli.py index 36be3cb0..c359db63 100755 --- a/redbot/cli.py +++ b/redbot/cli.py @@ -30,7 +30,7 @@ def main() -> None: "--assets", action="store_true", dest="descend", - help="check assets, if the URL contains HTML", + help="check assets, if the response contains HTML", ) parser.add_argument( "-o",