diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-11-03 13:45:52 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-03 13:45:52 +0000 | 
| commit | 961ec228d468e302c94ba16c161aaefb1b725acd (patch) | |
| tree | c7e799c02e66cd1ff106865dac54c51e519d5fb4 | |
| parent | a777eb3d816dbd437d9b8a9e3b7b52be91d68e3b (diff) | |
SCP support added
| -rw-r--r-- | docs/curl.1 | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 1305901b0..2e2b0f4de 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -21,7 +21,7 @@  .\" * $Id$  .\" **************************************************************************  .\" -.TH curl 1 "23 Sep 2006" "Curl 7.16.0" "Curl Manual" +.TH curl 1 "3 Nov 2006" "Curl 7.16.1" "Curl Manual"  .SH NAME  curl \- transfer a URL  .SH SYNOPSIS @@ -30,7 +30,7 @@ curl \- transfer a URL  .SH DESCRIPTION  .B curl  is a tool to transfer data from or to a server, using one of the supported -protocols (HTTP, HTTPS, FTP, FTPS, TFTP, DICT, TELNET, LDAP or FILE). +protocols (HTTP, HTTPS, FTP, FTPS, SCP, TFTP, DICT, TELNET, LDAP or FILE).  The command is designed to work without user interaction.  curl offers a busload of useful tricks like proxy support, user  | 
