You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/03/07 12:04:25 UTC

svn commit: r1664814 - /jmeter/trunk/xdocs/usermanual/get-started.xml

Author: pmouawad
Date: Sat Mar  7 11:04:25 2015
New Revision: 1664814

URL: http://svn.apache.org/r1664814
Log:
Fix wrong command line option (-Z does not exist)

Modified:
    jmeter/trunk/xdocs/usermanual/get-started.xml

Modified: jmeter/trunk/xdocs/usermanual/get-started.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/get-started.xml?rev=1664814&r1=1664813&r2=1664814&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/get-started.xml (original)
+++ jmeter/trunk/xdocs/usermanual/get-started.xml Sat Mar  7 11:04:25 2015
@@ -360,7 +360,7 @@ To start the server(s), run jmeter-serve
 </p>
 <p>To run the test from the client in non-GUI mode, use the following command:</p>
 <pre>
-jmeter -n -t testplan.jmx -r [-Gprop=val] [-Gglobal.properties] [-Z]
+jmeter -n -t testplan.jmx -r [-Gprop=val] [-Gglobal.properties] [-X]
 where:
 -G is used to define JMeter properties to be set in the servers
 -X means exit the servers at the end of the test