diff options
author | Colin Hogben <curl@pythontech.co.uk> | 2011-12-15 09:08:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-12-15 17:27:51 +0100 |
commit | 7111ca6f5f7cf16ca167664ad0d93a12e35cf19e (patch) | |
tree | 9dbd65c6d0b3caa97763370888f09f9760adef30 /tests/FILEFORMAT | |
parent | 612a61b267a95d3ac1dddc2f579888c7a595ddbd (diff) | |
download | curl-7111ca6f5f7cf16ca167664ad0d93a12e35cf19e.tar.gz |
Correct substitution var names
Two variable names were wrong in the documentation.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 72af82325..ec8506e25 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -271,9 +271,9 @@ Available substitute variables include: %CLIENTIP - IPv4 address of the client running curl %CLIENT6IP - IPv6 address of the client running curl %HOSTIP - IPv4 address of the host running this test -%HOSTPORT - Port number of the HTTP server +%HTTPPORT - Port number of the HTTP server %HOST6IP - IPv6 address of the host running this test -%HOST6PORT - IPv6 port number of the HTTP server +%HTTP6PORT - IPv6 port number of the HTTP server %HTTPSPORT - Port number of the HTTPS server %FTPPORT - Port number of the FTP server %FTP6PORT - IPv6 port number of the FTP server |