Skip to content

tool_help: Increase space between option and description - #6674

Closed
jay wants to merge 1 commit into
curl:masterfrom
jay:tool_help_increase_space
Closed

tool_help: Increase space between option and description#6674
jay wants to merge 1 commit into
curl:masterfrom
jay:tool_help_increase_space

Conversation

@jay

@jay jay commented Feb 27, 2021

Copy link
Copy Markdown
Member
  • Increase the minimum number of spaces between the option and the
    description from 1 to 2.

Before:

 -u, --user <user:password> Server user and password
 -A, --user-agent <name> Send User-Agent <name> to server
 -v, --verbose       Make the operation more talkative
 -V, --version       Show version number and quit
 -w, --write-out <format> Use output FORMAT after completion
     --xattr         Store metadata in extended file attributes

After:

 -u, --user <user:password>  Server user and password
 -A, --user-agent <name>  Send User-Agent <name> to server
 -v, --verbose       Make the operation more talkative
 -V, --version       Show version number and quit
 -w, --write-out <format>  Use output FORMAT after completion
     --xattr         Store metadata in extended file attributes

Closes #xxxx

@jay
jay force-pushed the tool_help_increase_space branch from baf605e to b7c144c Compare February 28, 2021 03:28
- Increase the minimum number of spaces between the option and the
  description from 1 to 2.

Before:
~~~
 -u, --user <user:password> Server user and password
 -A, --user-agent <name> Send User-Agent <name> to server
 -v, --verbose       Make the operation more talkative
 -V, --version       Show version number and quit
 -w, --write-out <format> Use output FORMAT after completion
     --xattr         Store metadata in extended file attributes
~~~

After:
~~~
 -u, --user <user:password>  Server user and password
 -A, --user-agent <name>  Send User-Agent <name> to server
 -v, --verbose       Make the operation more talkative
 -V, --version       Show version number and quit
 -w, --write-out <format>  Use output FORMAT after completion
     --xattr         Store metadata in extended file attributes
~~~

Closes #xxxx
@jay
jay force-pushed the tool_help_increase_space branch from b7c144c to c16a19c Compare February 28, 2021 06:05
@jay jay closed this in 5743d66 Feb 28, 2021
@jay
jay deleted the tool_help_increase_space branch February 28, 2021 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants