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"/>