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); } } diff --git a/tests/data/test1461 b/tests/data/test1461 index 4b8f6c410..301dc144e 100644 --- a/tests/data/test1461 +++ b/tests/data/test1461 @@ -34,14 +34,14 @@ curl important --help Usage: curl [options...] -d, --data HTTP POST data -f, --fail Fail silently (no output at all) on HTTP errors - -h, --help Get help for commands + -h, --help Get help for commands -i, --include Include protocol response headers in the output - -o, --output Write to file instead of stdout + -o, --output Write to file instead of stdout -O, --remote-name Write output to a file named as the remote file -s, --silent Silent mode - -T, --upload-file Transfer local FILE to destination - -u, --user Server user and password - -A, --user-agent Send User-Agent to server + -T, --upload-file Transfer local FILE to destination + -u, --user Server user and password + -A, --user-agent Send User-Agent to server -v, --verbose Make the operation more talkative -V, --version Show version number and quit diff --git a/tests/data/test1463 b/tests/data/test1463 index 3901d7b73..9326748ed 100644 --- a/tests/data/test1463 +++ b/tests/data/test1463 @@ -37,9 +37,9 @@ curl file category --help Usage: curl [options...] file: FILE protocol options - --create-file-mode File mode (octal) for created files + --create-file-mode File mode (octal) for created files -I, --head Show document info only - -r, --range Retrieve only the bytes within RANGE + -r, --range Retrieve only the bytes within RANGE diff --git a/tests/data/test1464 b/tests/data/test1464 index 5e0b475b2..2ddacefa5 100644 --- a/tests/data/test1464 +++ b/tests/data/test1464 @@ -37,9 +37,9 @@ curl file category --help with lower/upper mix Usage: curl [options...] file: FILE protocol options - --create-file-mode File mode (octal) for created files + --create-file-mode File mode (octal) for created files -I, --head Show document info only - -r, --range Retrieve only the bytes within RANGE + -r, --range Retrieve only the bytes within RANGE