diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index f3046b7df..0d1e4cd35 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -889,7 +889,7 @@ static void print_category(curlhelp_t category) unsigned int i; for(i = 0; helptext[i].opt; ++i) if(helptext[i].categories & category) { - printf(" %-19s %s\n", helptext[i].opt, helptext[i].desc); + printf(" %-18s %s\n", helptext[i].opt, helptext[i].desc); } } |