aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-17 16:38:58 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-17 16:38:58 +0200
commita1ce3bce35a2eb078d8810e1d36078289538ded8 (patch)
tree30609577ed9661af3dbf8b22213e3444d733b725
parentignore bin/ and obj/ (diff)
downloadargparser-a1ce3bce35a2eb078d8810e1d36078289538ded8.tar.gz
argparser-a1ce3bce35a2eb078d8810e1d36078289538ded8.tar.bz2
argparser-a1ce3bce35a2eb078d8810e1d36078289538ded8.tar.xz
forgot to mention -- and ++
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index aa27fa9..92d3378 100644
--- a/README
+++ b/README
@@ -1,4 +1,5 @@
Command line argument parser library for multiple languages
with the capability of both - and + short arguments and
both -- and ++ long arguments. It supports variadic arguments,
-colours and using either an array or /proc/self/cmdline.
+colours and using either an array or /proc/self/cmdline, as
+well as -- and temporary -- using ++.