mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 20:27:54 +00:00
-help started working added %%
Signed-off-by: sushant <sushant.bawiskar@candelatech.com>
This commit is contained in:
@@ -244,7 +244,7 @@ def main():
|
||||
parser.add_argument("--dut", default="",
|
||||
help="Specify DUT used by this test, example: linksys-8450")
|
||||
parser.add_argument("--download_speed", default="",
|
||||
help="""Specify requested download speed. Percentage of theoretical is also supported. Default: 85""")
|
||||
help="Specify requested download speed. Percentage of theoretical is also supported. Default: 85%%.")
|
||||
parser.add_argument("--upload_speed", default="",
|
||||
help="Specify requested upload speed. Percentage of theoretical is also supported. Default: 0")
|
||||
parser.add_argument("--duration", default="",
|
||||
|
||||
Reference in New Issue
Block a user