aboutsummaryrefslogtreecommitdiff
path: root/man/usage.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/usage.3')
-rw-r--r--man/usage.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man/usage.3 b/man/usage.3
index 92b9b43..ead0f29 100644
--- a/man/usage.3
+++ b/man/usage.3
@@ -1,4 +1,4 @@
-.Dd 27 April 2024
+.Dd 4 May 2024
.Dt USAGE 3
.Os
.Sh NAME
@@ -34,9 +34,9 @@ be provided to the example executable.
#include <optparse.h>
static const struct op_option opts[] = {
- {'a', U8(nullptr), OPT_NONE},
- {'b', U8(nullptr), OPT_NONE},
- {'h', U8(nullptr), OPT_NONE},
+ {'a', U8(), OPT_NONE},
+ {'b', U8(), OPT_NONE},
+ {'h', U8("help"), OPT_NONE},
};
int