From a10a98bc25d960d23e03d8ce87571c2d05689b29 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Tue, 24 Mar 2020 13:11:37 -0500 Subject: [PATCH] improve README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d9a2acb..b8bdc68 100644 --- a/README.md +++ b/README.md @@ -110,10 +110,8 @@ p.parse(argc, argv); ``` `parse()` returns something falsy if there is an error. - Parsing modifies `argc` and `argv` to remove consumed options by default. To disable, call `p->no_consume()`. - Parsing will silently skip unrecognized arguments. To error instead, call `p->no_unrecognized()`.