jbr_monitor_bssids.py: comments out now duplicate options

This commit is contained in:
Jed Reynolds
2021-11-02 16:27:40 -07:00
parent 8118406f7d
commit 0ae0c97f95

View File

@@ -277,11 +277,11 @@ def main():
type=str,
nargs="+",
help='Add an AP to the list of APs to test connections to')
parser.add_argument('--debugging',
action='extend',
type=str,
nargs="+",
help='Debugging for specific areas: "tag:keyword" or "method:methodname" ')
#parser.add_argument('--debugging',
# action='extend',
# type=str,
# nargs="+",
# help='Debugging for specific areas: "tag:keyword" or "method:methodname" ')
parser.add_argument('--output_format',
type=str,
help='choose either csv or xlsx')