From c00dae3844def48abf8b444bf65c28da91f1f564 Mon Sep 17 00:00:00 2001 From: lohhiiccc Date: Mon, 20 Jul 2026 16:22:57 +0200 Subject: [PATCH] docs: Fixing alignment --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f22bd1..bf6a1cc 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,7 @@ static int handle_name(const char *arg, void *cfg) { ### Help ```c -void cli_print_options(const struct option_descriptor *opts, size_t nb_opts, - t_arg_type_to_str to_str); +void cli_print_options(const struct option_descriptor *opts, size_t nb_opts, t_arg_type_to_str to_str); ``` Prints a formatted options table to stdout. `to_str` maps `arg_type` integers