Skip to content

Commit

Permalink
Fix help text for --ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
mendelgusmao committed Oct 9, 2024
1 parent 4cf3992 commit d02d7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wifite/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d02d7da

Please sign in to comment.