summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-02-16 03:49:36 -0500
committerimarom <imarom@cisco.com>2016-02-16 06:14:41 -0500
commit8f6067d8738fa77a147955ee208ece8dea198111 (patch)
tree738a8fe43da5ec2045e568d9c2c822b29732a7db /scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
parent16270f0ee64b0981c6c6dcd2bbff230172f67ee3 (diff)
help was broken in the simulator
also some more bugs
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py')
-rwxr-xr-xscripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
index 58306c5a..84dd5090 100755
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
@@ -71,7 +71,7 @@ match_multiplier_help = """Multiplier should be passed in the following format:
will provide a percentage of the line rate. examples
'-m 10', '-m 10kbps', '-m 10mpps', '-m 23%%'
- '-m 23%%' : is 23% L1 bandwidth
+ '-m 23%%' : is 23%% L1 bandwidth
'-m 23mbps' : is 23mbps in L2 bandwidth (including FCS+4)
"""