From: Daniel Stenberg Date: Mon, 20 Mar 2000 09:21:31 +0000 (+0000) Subject: modified to look better when man2html'ified X-Git-Tag: curl-6_5_1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7826133bffaae0059c78303ce188952d237a9235;p=thirdparty%2Fcurl.git modified to look better when man2html'ified --- diff --git a/curl.1 b/curl.1 index 281a8d7e6f..aa2152d2ca 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 " Write output to instead of stdout. If you are using {} or [] to fetch -multiple documents, you can use #[num] in the 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 +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"