diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 4db44a5c2..c17f380b5 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -524,7 +524,8 @@ If this option is used several times, the last one will be used. Enables a full trace dump of all incoming and outgoing data, including descriptive information, to the given output file. -If this option is used several times, the last one will be used. +If this option is used several times, the last one will be used. (Added in +curl 7.9.7) .IP "-u/--user <user:password>" Specify user and password to use when fetching. See README.curl for detailed examples of how to use this. If no password is specified, curl will |