From 8aa1920213abbd6690c13a867e1906d3df650842 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Tue, 9 Feb 2021 12:38:49 +0100 Subject: [PATCH] correct name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c73e53..824b623 100644 --- a/README.md +++ b/README.md @@ -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`.