Skip to content

Commit

Permalink
Merge pull request #128 from s0lst1c3/update-cli
Browse files Browse the repository at this point in the history
Fix CLI. Resolves #127
  • Loading branch information
s0lst1c3 authored Nov 10, 2019
2 parents 9220da1 + 45fa2b2 commit 2accca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'cloaking',
'auth',
'karma',
'mana',
'loud',
'known_beacons',
'channel_width',
Expand Down Expand Up @@ -408,7 +409,7 @@ def set_options():
'(802.11w) (default: disable) '
'(OWE default: require).')

access_point_group.add_argument('--karma',
access_point_group.add_argument('--karma', '--mana',
dest='karma',
action='store_true',
help='Enable karma.')
Expand Down

0 comments on commit 2accca4

Please sign in to comment.