From d02d7dad49006f8f7270c85011c7e9c91e989a72 Mon Sep 17 00:00:00 2001 From: MendelGusmao Date: Wed, 9 Oct 2024 20:37:10 -0300 Subject: [PATCH] Fix help text for --ignored --- wifite/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifite/args.py b/wifite/args.py index 4f9067296..c2a641263 100755 --- a/wifite/args.py +++ b/wifite/args.py @@ -479,7 +479,7 @@ def _add_command_args(commands): commands.add_argument('--ignored', action='store_true', dest='ignored', - help=Color.s('Print ignored and previously-cracked access points')) + help=Color.s('Print ignored access points')) commands.add_argument('-cracked', help=argparse.SUPPRESS,