aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPavel Belikov <pavel.fuchs.belikov@gmail.com>2017-11-18 12:34:14 +0300
committerGitHub <noreply@github.com>2017-11-18 12:34:14 +0300
commit52a0f5ace435414e953b31d03166a2c725aab4ad (patch)
treedbaa57e4fca693d0ff61648e08b15d9105465d5a /README.md
parentUpdate README.md (diff)
downloadargs.hxx-52a0f5ace435414e953b31d03166a2c725aab4ad.tar.xz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4e369d2..f3a35d8 100644
--- a/README.md
+++ b/README.md
@@ -58,8 +58,8 @@ It:
* Lets you decide not to allow separate-argument value flags or joined ones
(like disallowing `--foo bar`, requiring `--foo=bar`, or the inverse, or the
same for short options).
-* Allows you to create subparsers, reusing arguments for multiple commands and
- refactoring your command logic to function or lambda
+* Allows you to create subparsers, to reuse arguments for multiple commands and
+ to refactor your command's logic to a function or lambda
* Allows one value flag to take a specific number of values (like `--foo first
second`, where --foo slurps both arguments).
* Allows you to have value flags only optionally accept values