-help started working added %%

Signed-off-by: sushant <sushant.bawiskar@candelatech.com>
This commit is contained in:
sushant
2021-06-14 21:41:44 +05:30
parent d08ff5ad3b
commit 1d71cee5f4

View File

@@ -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="",