diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-09 18:47:02 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-09 18:47:02 +0000 |
commit | bfeae0b5f5a440ee8526b5bae42e53344ebf0a52 (patch) | |
tree | 26b6ab326e5247207a3f34ab7bc84c033e083589 /src | |
parent | 1c5336cd57958b3015a615677e3ef008212d1b84 (diff) |
Update docs now that SFTP supports file ranges.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index e90cb3629..7d397362c 100644 --- a/src/main.c +++ b/src/main.c @@ -794,7 +794,7 @@ static void help(void) " --pubkey <key> Public key file name (SSH)", " -Q/--quote <cmd> Send command(s) to server before file transfer (F/SFTP)", " --random-file <file> File for reading random data from (SSL)", - " -r/--range <range> Retrieve a byte range from a HTTP/1.1 or FTP server", + " -r/--range <range> Retrieve only the bytes within a range", " --raw Pass HTTP \"raw\", without any transfer decoding (H)", " -e/--referer Referer URL (H)", " -O/--remote-name Write output to a file named as the remote file", |