From 42cabc14d44b69af1df71f6f1e0ae8ccb66a8287 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 1 Aug 2008 18:41:14 +0000 Subject: Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't support this so it goes untested. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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...] ", "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 CA certificate to verify peer against (SSL)", " --capath CA directory to verify peer against (SSL)", -- cgit v1.2.3