Updated documentation.

This commit is contained in:
Juan Jose Comellas
2009-10-13 17:56:42 -03:00
parent 8456f1018b
commit 5a1d192b4a
2 changed files with 132 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
* Add support for non-option arguments where the first character is '-'.
e.g. For "test -a -- -b" "-b" should be interpreted as a non option argument.