diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-12-22 15:05:15 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-12-22 15:05:15 -0800 |
| commit | 49f40cd145d46f7724c641c899d6aa55eaaaeb13 (patch) | |
| tree | cc7a9a6cc66426b894304be33ef849cc3577e01b /weed/command/filer_copy.go | |
| parent | 852ee21835682d1b6ce52b766989a8ff82ebbf80 (diff) | |
| download | seaweedfs-49f40cd145d46f7724c641c899d6aa55eaaaeb13.tar.xz seaweedfs-49f40cd145d46f7724c641c899d6aa55eaaaeb13.zip | |
adjust help message
Diffstat (limited to 'weed/command/filer_copy.go')
| -rw-r--r-- | weed/command/filer_copy.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/weed/command/filer_copy.go b/weed/command/filer_copy.go index 0f4f96f1b..46bf61383 100644 --- a/weed/command/filer_copy.go +++ b/weed/command/filer_copy.go @@ -60,10 +60,6 @@ var cmdCopy = &Command{ All files under the folder and subfolders will be copyed. Optional parameter "-include" allows you to specify the file name patterns. - If any file has a ".gz" extension, the content are considered gzipped already, and will be stored as is. - 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. `, |
