aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-12-22 11:41:10 -0800
committerchrislu <chris.lu@gmail.com>2023-12-22 11:41:10 -0800
commitc4badf73962f70072cdbb3a83756de7bc5da4b1e (patch)
tree1e5ddaad9448aca836d1d4233624bef118420f03
parent6324062acc3b27ba0fbf1a2238f236e2e8729d5d (diff)
downloadseaweedfs-c4badf73962f70072cdbb3a83756de7bc5da4b1e.tar.xz
seaweedfs-c4badf73962f70072cdbb3a83756de7bc5da4b1e.zip
adjust options
-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 2002cf4c3..83c5b167e 100644
--- a/weed/command/filer_copy.go
+++ b/weed/command/filer_copy.go
@@ -62,7 +62,7 @@ func init() {
copy.concurrentChunks = cmdFilerCopy.Flag.Int("concurrentChunks", 8, "concurrent chunk copy goroutines for each file")
copy.checkSize = cmdFilerCopy.Flag.Bool("check.size", false, "copy when the target file size is different from the source file")
copy.verbose = cmdFilerCopy.Flag.Bool("verbose", false, "print out details during copying")
- copy.volumeServerAccess = cmdFilerCopy.Flag.String("volumeServerAccess", "direct", "access volume servers by [direct|publicUrl|filerProxy]")
+ copy.volumeServerAccess = cmdFilerCopy.Flag.String("volumeServerAccess", "direct", "access volume servers by [direct|publicUrl]")
}
var cmdFilerCopy = &Command{