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()`.