summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-04 07:28:42 +0300
committerdefanor <defanor@uberspace.net>2017-12-04 07:28:42 +0300
commit967ae182b0a6852cc37e77cb88ee53a53526f027 (patch)
tree730395d2dbd046311300af3ac3b654ed0e18f3db /README.md
parent95c890dbcd07b7355399e122191a362714cd52b9 (diff)
Be more strict on record selector name parsing
Ambiguity is possible if the parser accepts those optionally, so it should accept them depending on the provided options.
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 27c0bd1..898bb9e 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,8 @@ What would look like this in a shell:
--foobar foo 1 'a string' bar
```
-A more verbose version can be produced with `alwaysAddSelName = True`,
-while parsing would accept either version:
+A more verbose version can be produced and parsed with
+`alwaysUseSelName = True`:
```sh
--foobar foo --arg1 1 --arg2 'a string' --foobar2 bar