Author: fschumacher
Date: Mon Jul  3 18:34:11 2017
New Revision: 1800704

URL: http://svn.apache.org/viewvc?rev=1800704&view=rev
Log:
Try to make it clear, that 'install' is optional.

Modified:
    jmeter/trunk/xdocs/building.xml

Modified: jmeter/trunk/xdocs/building.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/building.xml?rev=1800704&r1=1800703&r2=1800704&view=diff
==============================================================================
--- jmeter/trunk/xdocs/building.xml (original)
+++ jmeter/trunk/xdocs/building.xml Mon Jul  3 18:34:11 2017
@@ -95,10 +95,10 @@ Ensure you read <code>eclipse.md</code>
 JMeter can be built entirely using Ant.
 The basic command is:</p>
 <source>
-ant [install]
+ant install
 </source>
 <p>
-See <code>build.xml</code> (or call <code>ant -p</code>) for the other targets 
that can be used.
+See <code>build.xml</code> (or call <code>ant -p</code>) for the other targets 
that can be used. Note that you can skip the word <code><em>install</em></code> 
after <code>ant</code> as it is the default target.
 </p>
 </section>
 


Reply via email to