aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-01 04:08:01 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-01 04:08:01 +0200
commit126aa8bc3ca56a8e9e4a9860ba9d3c4001bcebae (patch)
treecb3c6fc56c13f4e1a6236cb6ad24fcc089e8ff2b
parentdoc python version (diff)
downloadargparser-126aa8bc3ca56a8e9e4a9860ba9d3c4001bcebae.tar.gz
argparser-126aa8bc3ca56a8e9e4a9860ba9d3c4001bcebae.tar.bz2
argparser-126aa8bc3ca56a8e9e4a9860ba9d3c4001bcebae.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 4fce284..c257114 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-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,
+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 ++.