aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-17 09:18:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-17 09:18:04 +0000
commit8a14dd25a95826c283ddb9dc06c9eb0a84ed7528 (patch)
treec6c7bf3ec2949729380a00d62aae261557dc1dde /docs/curl.1
parente0bea7d54152e0acd5b10c5ac616ccbad6168da7 (diff)
updated the wording for -B/--use-ascii
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.16
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 3c077a0df..9c9b16cfa 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -120,9 +120,9 @@ using \fI-D/--dump-header\fP!
If this option is set more than once, the last one will be the one that's
used.
.IP "-B/--use-ascii"
-Use ASCII transfer when getting an FTP file or LDAP info. For FTP, this can
-also be enforced by using an URL that ends with ";type=A". This option causes
-data sent to stdout to be in text mode for win32 systems.
+Enable ASCII transfer when using FTP or LDAP. For FTP, this can also be
+enforced by using an URL that ends with ";type=A". This option causes data
+sent to stdout to be in text mode for win32 systems.
If this option is used twice, the second one will disable ASCII usage.
.IP "--basic"