docs: Fixing alignment
This commit is contained in:
parent
be6e3ebcc7
commit
c00dae3844
1 changed files with 1 additions and 2 deletions
|
|
@ -144,8 +144,7 @@ static int handle_name(const char *arg, void *cfg) {
|
||||||
### Help
|
### Help
|
||||||
|
|
||||||
```c
|
```c
|
||||||
void cli_print_options(const struct option_descriptor *opts, size_t nb_opts,
|
void cli_print_options(const struct option_descriptor *opts, size_t nb_opts, t_arg_type_to_str to_str);
|
||||||
t_arg_type_to_str to_str);
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Prints a formatted options table to stdout. `to_str` maps `arg_type` integers
|
Prints a formatted options table to stdout. `to_str` maps `arg_type` integers
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue