From 806fbc096c189c148945f897ecaab7c57eefdc14 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 8 Feb 2005 19:12:24 +0000 Subject: [PATCH] tweaking the bit on arguments. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277621 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/using.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/using.html b/docs/manual/using.html index 7750f9463..5b43c79d3 100644 --- a/docs/manual/using.html +++ b/docs/manual/using.html @@ -490,11 +490,12 @@ is very different from what you expect under some circumstances.

   <arg value="-l -a"/>
 
-

is a single command-line argument containing a space character.

+

is a single command-line argument containing a space character, +not separate commands "-l" and "-a".

   <arg line="-l -a"/>
 
-

represents two separate command-line arguments.

+

This is a command line with two separate arguments, "-l" and "-a".

   <arg path="/dir;/dir2:\dir3"/>