mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix typo
This commit is contained in:
parent
cb1e7aa27d
commit
6994e88192
|
@ -71,7 +71,7 @@ var cmdFilerCopy = &Command{
|
||||||
It can copy one or a list of files or folders.
|
It can copy one or a list of files or folders.
|
||||||
|
|
||||||
If copying a whole folder recursively:
|
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.
|
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.
|
If "maxMB" is set to a positive number, files larger than it would be split into chunks.
|
||||||
|
|
Loading…
Reference in a new issue