mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
jbr_monitor_bssids.py: comments out now duplicate options
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user