diff --git a/README.md b/README.md index dec6ca4..56d2909 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ jcmdlineoptions =============== 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 "-?". +