summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-10 12:57:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-10 12:57:34 +0000
commitbfc7f1e4ac6b33266990b53bb5b8a2346d4024ae (patch)
treef08b07b429ee3e671c75853797361d400a0336bd
parent8ba410a56e46d57571c5cd06f2e3a738f3fe3405 (diff)
downloadgnurl-bfc7f1e4ac6b33266990b53bb5b8a2346d4024ae.tar.gz
gnurl-bfc7f1e4ac6b33266990b53bb5b8a2346d4024ae.tar.bz2
gnurl-bfc7f1e4ac6b33266990b53bb5b8a2346d4024ae.zip
clarified how to write URLs in -K config files
-rw-r--r--docs/curl.18
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 574db94c2..a4e998d98 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -2,7 +2,7 @@
.\" nroff -man curl.1
.\" Written by Daniel Stenberg
.\"
-.TH curl 1 "25 Feb 2002" "Curl 7.9.5" "Curl Manual"
+.TH curl 1 "10 Apr 2002" "Curl 7.9.5" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -298,6 +298,12 @@ treated as a comment.
Specify the filename as '-' to make curl read the file from stdin.
+Note that to be able to specify a URL in the config file, you need to specify
+it using the --url option, and not by simply writing the URL on its own
+line. So, it could look similar to this:
+
+url = "http://curl.haxx.se/docs/"
+
This option can be used multiple times.
.IP "-l/--list-only"
(FTP)