Skip to content

Commit

Permalink
help output: minor whitespace edits
Browse files Browse the repository at this point in the history
Should've been amended in the previous commit but wasn't due to a
mistake.
  • Loading branch information
bagder committed Aug 19, 2014
1 parent 2f2d840 commit f854130
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/tool_help.c
Expand Up @@ -71,7 +71,7 @@ static const char *const helptext[] = {
" --digest Use HTTP Digest Authentication (H)",
" --disable-eprt Inhibit using EPRT or LPRT (F)",
" --disable-epsv Inhibit using EPSV (F)",
" --dns-servers DNS server addrs to use: 1.1.1.1;2.2.2.2",
" --dns-servers DNS server addrs to use: 1.1.1.1;2.2.2.2",
" --dns-interface Interface to use for DNS requests",
" --dns-ipv4-addr IPv4 address to use for DNS requests, dot notation",
" --dns-ipv6-addr IPv6 address to use for DNS requests, dot notation",
Expand Down Expand Up @@ -125,7 +125,8 @@ static const char *const helptext[] = {
" -l, --list-only List only mode (F/POP3)",
" --local-port RANGE Force use of RANGE for local port numbers",
" -L, --location Follow redirects (H)",
" --location-trusted Like '--location', and send auth to other hosts (H)",
" --location-trusted "
"Like '--location', and send auth to other hosts (H)",
" --login-options OPTIONS Server login options (IMAP, POP3, SMTP)",
" -M, --manual Display the full manual",
" --mail-from FROM Mail from this address (SMTP)",
Expand Down Expand Up @@ -235,8 +236,8 @@ static const char *const helptext[] = {
" --wdebug Turn on Watt-32 debugging",
#endif
" -w, --write-out FORMAT Use output FORMAT after completion",
" --xattr Store metadata in extended file attributes",
" -q Disable .curlrc (must be first parameter)",
" --xattr Store metadata in extended file attributes",
" -q Disable .curlrc (must be first parameter)",
NULL
};

Expand Down

0 comments on commit f854130

Please sign in to comment.