1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-29 12:13:52 +00:00

Fix spelling of option_defaults() (#405)

This commit is contained in:
James Gerity 2020-01-15 20:40:27 -05:00 committed by Henry Schreiner
parent e0c882ae3b
commit 2aa377d016

View File

@ -120,7 +120,7 @@ One of CLI11's systems to allow customizability without high levels of verbosity
An example of usage:
```
app.option_defauts()->ignore_case()->group("Required");
app.option_defaults()->ignore_case()->group("Required");
app.add_flag("--CaSeLeSs");
app.get_group() // is "Required"