From 723fb28ae3b0a1ac23e4c585d1ba1eefd6dc6070 Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Thu, 12 Dec 2013 20:23:02 +0100 Subject: [PATCH] updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 "-?". +