aboutsummaryrefslogtreecommitdiff
path: root/weed/command/upload.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-02-09 12:52:12 -0800
committerChris Lu <chris.lu@gmail.com>2019-02-09 12:52:12 -0800
commit729d71fd4cf07709331ba05dd075c54e2effabe9 (patch)
tree89eb216db67c6c5743ebfa3cddb62a7461dc5634 /weed/command/upload.go
parent8afc63248449ee681dc964e07ab687a0f4cb8a9b (diff)
parent820bb05182fded5606a5e4aef8fa3396bc854451 (diff)
downloadseaweedfs-729d71fd4cf07709331ba05dd075c54e2effabe9.tar.xz
seaweedfs-729d71fd4cf07709331ba05dd075c54e2effabe9.zip
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
Diffstat (limited to 'weed/command/upload.go')
-rw-r--r--weed/command/upload.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/upload.go b/weed/command/upload.go
index f664c0e3a..244caaa4c 100644
--- a/weed/command/upload.go
+++ b/weed/command/upload.go
@@ -53,7 +53,7 @@ var cmdUpload = &Command{
All files under the folder and subfolders will be uploaded, each with its own file key.
Optional parameter "-include" allows you to specify the file name patterns.
- If "maxMB" is set to a positive number, files larger than it would be split into chunks and uploaded separatedly.
+ If "maxMB" is set to a positive number, files larger than it would be split into chunks and uploaded separately.
The list of file ids of those chunks would be stored in an additional chunk, and this additional chunk's file id would be returned.
`,