diff --git a/README.md b/README.md index 7e9bb1f..08b4a9d 100644 --- a/README.md +++ b/README.md @@ -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 "-?".