Browse Source

tweaking the bit on arguments.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277621 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
806fbc096c
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      docs/manual/using.html

+ 3
- 2
docs/manual/using.html View File

@@ -490,11 +490,12 @@ is very different from what you expect under some circumstances.</p>
<blockquote><pre> <blockquote><pre>
&lt;arg value=&quot;-l -a&quot;/&gt; &lt;arg value=&quot;-l -a&quot;/&gt;
</pre></blockquote> </pre></blockquote>
<p>is a single command-line argument containing a space character.</p>
<p>is a single command-line argument containing a space character,
<i>not</i> separate commands "-l" and "-a".</p>
<blockquote><pre> <blockquote><pre>
&lt;arg line=&quot;-l -a&quot;/&gt; &lt;arg line=&quot;-l -a&quot;/&gt;
</pre></blockquote> </pre></blockquote>
<p>represents two separate command-line arguments.</p>
<p>This is a command line with two separate arguments, "-l" and "-a".</p>
<blockquote><pre> <blockquote><pre>
&lt;arg path=&quot;/dir;/dir2:\dir3&quot;/&gt; &lt;arg path=&quot;/dir;/dir2:\dir3&quot;/&gt;
</pre></blockquote> </pre></blockquote>


Loading…
Cancel
Save