minor fix
authorHanoh Haim <[email protected]>
Sun, 14 Feb 2016 12:49:51 +0000 (14:49 +0200)
committerHanoh Haim <[email protected]>
Sun, 14 Feb 2016 12:49:51 +0000 (14:49 +0200)
scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py

index 77970c7..58306c5 100755 (executable)
@@ -69,7 +69,11 @@ match_multiplier_help = """Multiplier should be passed in the following format:
                           [number][<empty> | bps | kbps | mbps | gbps | pps | kpps | mpps | %% ].
                           no suffix will provide an absoulute factor and percentage 
                           will provide a percentage of the line rate. examples
-                          : '-m 10', '-m 10kbps', '-m 10mpps', '-m 23%%' """
+                          '-m 10', '-m 10kbps', '-m 10mpps', '-m 23%%'
+
+                          '-m 23%%'   : is 23% L1 bandwidth 
+                          '-m 23mbps' : is 23mbps in L2 bandwidth (including FCS+4)
+                          """
 
 
 # decodes multiplier