correct name

This commit is contained in:
Lukas Wurzinger 2021-02-09 12:38:49 +01:00
parent 891b51b67f
commit 8aa1920213

View file

@ -21,7 +21,7 @@ It permutes `argv` to handle multiple values for each option and to assign
values to operands.
`mdoc(7)` `SYNOPSIS` sections and plaintext usage messages can be generated as
well (via `readoptPutUsage`).
well (via `readopt_put_usage`).
An example can be found in `test/test.c`.