From 01bff4c5650f4cfb992276278d170a21c91431c3 Mon Sep 17 00:00:00 2001 From: Christian Trautman Date: Thu, 24 Mar 2016 18:08:30 -0400 Subject: docs: Fix param name test-param to test-params Repair of documentation and configuration files where test-params is incorrectly listed as test-param. JIRA: VSPERF-266 Change-Id: I6be6c387fd57338f5dc5fba2ca8e1438dada0852 Signed-off-by: Christian Trautman --- docs/configguide/trafficgen.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configguide/trafficgen.rst') diff --git a/docs/configguide/trafficgen.rst b/docs/configguide/trafficgen.rst index 360db079..06503b33 100644 --- a/docs/configguide/trafficgen.rst +++ b/docs/configguide/trafficgen.rst @@ -67,7 +67,7 @@ OR from the commandline: .. code-block:: console - $ ./vsperf --test-param "pkt_sizes=x,y" $TESTNAME + $ ./vsperf --test-params "pkt_sizes=x,y" $TESTNAME You can also modify the traffic transmission duration and the number of trials run by the traffic generator by extending the example @@ -75,7 +75,7 @@ commandline above to: .. code-block:: console - $ ./vsperf --test-param "pkt_sizes=x,y;duration=10;rfc2455_trials=3" $TESTNAME + $ ./vsperf --test-params "pkt_sizes=x,y;duration=10;rfc2455_trials=3" $TESTNAME Dummy Setup ------------ -- cgit 1.2.3-korg