aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-28 00:29:00 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-28 00:29:00 +0200
commit788160fe18d3efe216502661b6feb64a80f8d70b (patch)
tree5d4a3a6106fd7995d04b84a4ff48bd9ceec5e2a0 /README
parentissue 7 and 8, info manual (diff)
downloadargparser-788160fe18d3efe216502661b6feb64a80f8d70b.tar.gz
argparser-788160fe18d3efe216502661b6feb64a80f8d70b.tar.bz2
argparser-788160fe18d3efe216502661b6feb64a80f8d70b.tar.xz
update readme5.0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index c257114..332cdf4 100644
--- a/README
+++ b/README
@@ -1,4 +1,6 @@
Command line option parser library for multiple languages
with the capability of both - and + short options and
both -- and ++ long options. It supports variadic options,
-colours and -- and temporary -- using ++.
+colours, --, temporary -- using ++, stickness configurable
+optionally argumented options, and configurable abbreviations
+that can be used to typo correction if you so wish.