sebb 2005/03/01 16:44:57
Modified: src/jorphan/org/apache/commons/cli/avalon Tag: rel-2_0
package.html
Log:
Revision Changes Path
No revision
No revision
1.1.2.3 +4 -0
jakarta-jmeter/src/jorphan/org/apache/commons/cli/avalon/Attic/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/jorphan/org/apache/commons/cli/avalon/Attic/package.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- package.html 20 Feb 2005 15:56:12 -0000 1.1.2.2
+++ package.html 2 Mar 2005 00:44:57 -0000 1.1.2.3
@@ -148,6 +148,10 @@
"-a=bc", "-a bc" "-abc".
</p>
<p>
+ In the case of a long option with an optional argument, the
'=' sign is required.
+ For example. --optarg=1, not --optarg 1.
+ </p>
+ <p>
In some cases it is also necessary to disable command line
parsing so that you
can pass a text argument to the program that starts with a
'-' character. To do
this insert the sequence '--' onto the command line with no
text immediately
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]