From 5743d66b9110be800ffc8f0ef8991d070f56bad0 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sat, 27 Feb 2021 18:08:53 -0500 Subject: tool_help: Increase space between option and description - Increase the minimum number of spaces between the option and the description from 1 to 2. Before: ~~~ -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 -w, --write-out Use output FORMAT after completion --xattr Store metadata in extended file attributes ~~~ After: ~~~ -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 -w, --write-out Use output FORMAT after completion --xattr Store metadata in extended file attributes ~~~ Closes https://github.com/curl/curl/pull/6674 --- tests/data/test1463 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test1463') 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 -- cgit v1.2.1