aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_copy.go
diff options
context:
space:
mode:
authorguosj <515878133@qq.com>2022-04-23 09:48:25 +0800
committerguosj <515878133@qq.com>2022-04-23 09:48:25 +0800
commit09befe871f359d5bf8e3a24524f2b13de4061c3e (patch)
tree6f9b3a4ef846ecd9750a807bf02a3c3d9141a66c /weed/command/filer_copy.go
parent893a0eea57a44bb2eaa8493612c7ad323adb3efc (diff)
parent520f9600b2464d1f9c7781f30b04e1766ffb1ed5 (diff)
downloadseaweedfs-09befe871f359d5bf8e3a24524f2b13de4061c3e.tar.xz
seaweedfs-09befe871f359d5bf8e3a24524f2b13de4061c3e.zip
Merge branch 'master' into handle_implicit_username
Diffstat (limited to 'weed/command/filer_copy.go')
-rw-r--r--weed/command/filer_copy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_copy.go b/weed/command/filer_copy.go
index 06bb82319..9a41dd933 100644
--- a/weed/command/filer_copy.go
+++ b/weed/command/filer_copy.go
@@ -71,7 +71,7 @@ var cmdFilerCopy = &Command{
It can copy one or a list of files or folders.
If copying a whole folder recursively:
- All files under the folder and subfolders will be copyed.
+ All files under the folder and sub folders will be copied.
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.