]> granicus.if.org Git - curl/commitdiff
help output: minor whitespace edits
authorDaniel Stenberg <daniel@haxx.se>
Tue, 19 Aug 2014 21:44:49 +0000 (23:44 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 Aug 2014 21:45:34 +0000 (23:45 +0200)
Should've been amended in the previous commit but wasn't due to a
mistake.

src/tool_help.c

index 88190e4d60ca4731dda313a54a5efb9c5a771c38..c255be0b96b94bf670711a337e82506b869fb3c6 100644 (file)
@@ -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",
@@ -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)",
@@ -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
 };