From 967ae182b0a6852cc37e77cb88ee53a53526f027 Mon Sep 17 00:00:00 2001 From: defanor Date: Mon, 4 Dec 2017 07:28:42 +0300 Subject: 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3