You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2015/03/24 20:37:59 UTC

svn commit: r1668966 - /jmeter/trunk/xdocs/usermanual/remote-test.xml

Author: fschumacher
Date: Tue Mar 24 19:37:59 2015
New Revision: 1668966

URL: http://svn.apache.org/r1668966
Log:
Correct markup. Code is for spans and source for blocks.

Modified:
    jmeter/trunk/xdocs/usermanual/remote-test.xml

Modified: jmeter/trunk/xdocs/usermanual/remote-test.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/remote-test.xml?rev=1668966&r1=1668965&r2=1668966&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/remote-test.xml (original)
+++ jmeter/trunk/xdocs/usermanual/remote-test.xml Tue Mar 24 19:37:59 2015
@@ -125,8 +125,8 @@ jmeter -n -t script.jmx -R server1,serve
 </source>
 Other flags that may be useful:
 <dl>
-<dh><source>-Gproperty=value</source></dh><dd>define a property in all the servers (may appear more than once)</dd>
-<dh><source>-X</source></dh><dd>Exit remote servers at the end of the test.</dd>
+<dh><code>-Gproperty=value</code></dh><dd>define a property in all the servers (may appear more than once)</dd>
+<dh><code>-X</code></dh><dd>Exit remote servers at the end of the test.</dd>
 </dl>
 The first example will start the test on whatever servers are defined in the JMeter property <code>remote_hosts</code>;<br/>
 The second example will define <code>remote_hosts</code> from the list of servers and then start the test on the remote servers.