adjust help message

This commit is contained in:
Chris Lu
2018-12-22 15:05:15 -08:00
parent 852ee21835
commit 49f40cd145
2 changed files with 0 additions and 8 deletions

View File

@@ -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.
`,