Browse code

Update s3cmd.1

Corrected typo in usage

Brandon Galbraith authored on 2013/10/09 06:57:51
Showing 1 changed files
... ...
@@ -1,4 +1,3 @@
1
-
2 1
 .TH s3cmd 1
3 2
 .SH NAME
4 3
 s3cmd \- tool for managing Amazon S3 storage space and Amazon CloudFront content delivery network
... ...
@@ -273,7 +272,7 @@ Disable multipart upload on files bigger than --multipart-chunk-size-mb
273 273
 .TP
274 274
 \fB\-\-multipart\-chunk\-size\-mb\fR=SIZE
275 275
 Size of each chunk of a multipart upload. Files bigger than SIZE are automatically uploaded as multithreaded-multipart, smaller files are uploaded using the traditional method. SIZE is in Mega-Bytes,
276
-default chunk size is noneMB, minimum allowed chunk size is 5MB, maximum is 5GB.
276
+default chunk size is 15MB, minimum allowed chunk size is 5MB, maximum is 5GB.
277 277
 .TP
278 278
 \fB\-\-list\-md5\fR
279 279
 Include MD5 sums in bucket listings (only for 'ls' command).