aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-08-01 18:41:14 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-08-01 18:41:14 +0000
commit42cabc14d44b69af1df71f6f1e0ae8ccb66a8287 (patch)
treeb22e3da7f99239407b3f125d2330a9b20dbeb223 /src
parenta948ca1669ffe302308616c59eb5733383295a17 (diff)
Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't
support this so it goes untested.
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index eea21a236..ceee05bdd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -651,7 +651,7 @@ static void help(void)
"Usage: curl [options...] <url>",
"Options: (H) means HTTP/HTTPS only, (F) means FTP only",
" --anyauth Pick \"any\" authentication method (H)",
- " -a/--append Append to target file when uploading (F)",
+ " -a/--append Append to target file when uploading (F/SFTP)",
" --basic Use HTTP Basic Authentication (H)",
" --cacert <file> CA certificate to verify peer against (SSL)",
" --capath <directory> CA directory to verify peer against (SSL)",