From cbd549f737636968c7516d3ea3872c275ca6694e Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Tue, 21 Dec 2021 07:19:29 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 870031a..cc99695 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ if (p.need_help()) { ## Features - [x] Does not require `std::regex` -- [x] allow (default) / disallow (`Parser::no_unrecognize()`) unrecognized options and flags +- [x] allow (default) / disallow (`Parser::no_unrecognized()`) unrecognized options and flags - [x] optional/required (`PosnlBase::required()`) positional arguments - [x] flags with `-s`, `--long-flag` formats - [x] options with `--long-opt val` format