aboutsummaryrefslogtreecommitdiff
path: root/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-20 09:21:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-20 09:21:31 +0000
commit7826133bffaae0059c78303ce188952d237a9235 (patch)
tree6c05ddc36cd2dbb1e15f9852cd0b7366883bb161 /curl.1
parentba37e24abda120b8bc0ef4c16f3cac82ee019dde (diff)
modified to look better when man2html'ified
Diffstat (limited to 'curl.1')
-rw-r--r--curl.15
1 files changed, 3 insertions, 2 deletions
diff --git a/curl.1 b/curl.1
index 281a8d7e6..aa2152d2c 100644
--- a/curl.1
+++ b/curl.1
@@ -212,8 +212,9 @@ will output the data in chunks, not necessarily exactly when the data arrives.
Using this option will disable that buffering.
.IP "-o/--output <file>"
Write output to <file> instead of stdout. If you are using {} or [] to fetch
-multiple documents, you can use #[num] in the <file> specifier. That variable
-will be replaced with the current string for the URL being fetched. Like in:
+multiple documents, you can use '#' followed by a number in the <file>
+specifier. That variable will be replaced with the current string for the URL
+being fetched. Like in:
curl http://{one,two}.site.com -o "file_#1.txt"