From 386d146880141be5eb68e8edcc0028a4f7b6c0ae Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Thu, 12 Dec 2013 19:59:01 +0000 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "-?".