mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
jbr_monitor_bssids.py: comments out now duplicate options
This commit is contained in:
@@ -277,11 +277,11 @@ def main():
|
|||||||
type=str,
|
type=str,
|
||||||
nargs="+",
|
nargs="+",
|
||||||
help='Add an AP to the list of APs to test connections to')
|
help='Add an AP to the list of APs to test connections to')
|
||||||
parser.add_argument('--debugging',
|
#parser.add_argument('--debugging',
|
||||||
action='extend',
|
# action='extend',
|
||||||
type=str,
|
# type=str,
|
||||||
nargs="+",
|
# nargs="+",
|
||||||
help='Debugging for specific areas: "tag:keyword" or "method:methodname" ')
|
# help='Debugging for specific areas: "tag:keyword" or "method:methodname" ')
|
||||||
parser.add_argument('--output_format',
|
parser.add_argument('--output_format',
|
||||||
type=str,
|
type=str,
|
||||||
help='choose either csv or xlsx')
|
help='choose either csv or xlsx')
|
||||||
|
|||||||
Reference in New Issue
Block a user