updated readme

This commit is contained in:
Marcel M. Otte 2013-12-12 20:23:02 +01:00
parent 7319831619
commit 723fb28ae3
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@ jcmdlineoptions
=============== ===============
A simple java class handling commandline options. A simple java class handling commandline options.
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 "-?".