From 87fc693d0a0f21b36b52ef262ce6eb66e38e195c Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Fri, 24 Sep 2021 18:34:42 -0600 Subject: [PATCH] lf_rvr_test.py the '%' cases issues for the args parser Signed-off-by: Chuck SmileyRekiere --- py-scripts/lf_rvr_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/lf_rvr_test.py b/py-scripts/lf_rvr_test.py index 628f7720..f1f78762 100755 --- a/py-scripts/lf_rvr_test.py +++ b/py-scripts/lf_rvr_test.py @@ -240,7 +240,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="",