diff options
| author | chrislu <chris.lu@gmail.com> | 2022-04-21 00:02:18 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-04-21 00:02:18 -0700 |
| commit | 6994e8819234648c01f232a9786a2bdeb275194e (patch) | |
| tree | 1722c8f96e5b5a995da379643af611b2f012dc06 | |
| parent | cb1e7aa27df4d0b5f864799903b2cca1d5b90d92 (diff) | |
| download | seaweedfs-6994e8819234648c01f232a9786a2bdeb275194e.tar.xz seaweedfs-6994e8819234648c01f232a9786a2bdeb275194e.zip | |
fix typo
| -rw-r--r-- | weed/command/filer_copy.go | 2 |
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. |
