aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-09-28 01:58:34 -0700
committerChris Lu <chris.lu@gmail.com>2018-09-28 01:58:34 -0700
commit98384b62fdce0ec4fef9c8dd6fec04e0fd7f65dd (patch)
tree993f44252ba20600b26909b771f38d52da2f6085
parentf11d531d459100a5f40832da17c695bffe252522 (diff)
downloadseaweedfs-98384b62fdce0ec4fef9c8dd6fec04e0fd7f65dd.tar.xz
seaweedfs-98384b62fdce0ec4fef9c8dd6fec04e0fd7f65dd.zip
adjust description
-rw-r--r--weed/command/filer_copy.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/weed/command/filer_copy.go b/weed/command/filer_copy.go
index d7b474628..b519afe86 100644
--- a/weed/command/filer_copy.go
+++ b/weed/command/filer_copy.go
@@ -65,8 +65,7 @@ var cmdCopy = &Command{
This can save volume server's gzipped processing and allow customizable gzip compression level.
The file name will strip out ".gz" and stored. For example, "jquery.js.gz" will be stored as "jquery.js".
- If "maxMB" is set to a positive number, files larger than it would be split into chunks and copyed separatedly.
- 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.
+ If "maxMB" is set to a positive number, files larger than it would be split into chunks.
`,
}