updated readme

This commit is contained in:
Marcel M. Otte 2013-12-12 19:59:01 +00:00
parent f3051fd47d
commit 386d146880
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ cmdlineoptions-java
A simple java class handling commandline options.
Currently available just as a Java class, later i will add some examples and an eclipse project surrounding.
Currently available just as a Java class, within an eclipse project. :)
It supports single dashed options like "-h", double dashed options "--help" and additional option alternatives.
It has got automatic help handling of all configured options with "-h", "--help" and "-?".