diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-03-01 21:26:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-03-01 21:26:23 +0000 |
commit | aeddea2b719ad676abcb0f563c888fbba934fdc0 (patch) | |
tree | 35793c9e191cbb4e2891bf4e40cb93f089c452bb /docs | |
parent | cef5b14baab397926a6f616bfeedc2c466203165 (diff) | |
download | curl-aeddea2b719ad676abcb0f563c888fbba934fdc0.tar.gz |
remove unncessary and wrong remark
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MANUAL | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index 221464ed9..5dcd2291f 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -79,9 +79,8 @@ USING PASSWORDS HTTP - The HTTP URL doesn't support user and password in the URL string. Curl - does support that anyway to provide a ftp-style interface and thus you can - pick a file like: + Curl also supports user and password in HTTP URLs, thus you can pick a file + like: curl http://name:passwd@machine.domain/full/path/to/file |