diff --git a/README.md b/README.md index 393378d..2315842 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Copyright 2018 by Dominik Meyer Licensed under GPLv3 * git like command support (git commit) * short and long flag support ( -t YAAP or –title=YAAP) * string argument support ( -t YAAP or – title=YAAP) +* simple flags (-v, -V, -h, –help) ## Coming -* simple flags (-v, -V, -h, –help) * integer arguments (-c 10) * hex arguments ( -c 0x5A)