stevel 2005/02/08 11:12:24
Modified: docs/manual using.html
Log:
tweaking the bit on arguments.
Revision Changes Path
1.38 +3 -2 ant/docs/manual/using.html
Index: using.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/using.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- using.html 27 Jan 2005 17:47:31 -0000 1.37
+++ using.html 8 Feb 2005 19:12:24 -0000 1.38
@@ -490,11 +490,12 @@
<blockquote><pre>
<arg value="-l -a"/>
</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>
<arg line="-l -a"/>
</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>
<arg path="/dir;/dir2:\dir3"/>
</pre></blockquote>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]