aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-04-20 20:12:07 -0700
committerChris Lu <chris.lu@gmail.com>2019-04-20 20:12:07 -0700
commitd06d3c57d4afec647015cf96bfc57035fe784101 (patch)
tree9538dc3855b0076eb94aa5a02bca91a1af7a3a3a
parent2ffe98443bcf2170ba6532031d01860446c0213c (diff)
downloadseaweedfs-d06d3c57d4afec647015cf96bfc57035fe784101.tar.xz
seaweedfs-d06d3c57d4afec647015cf96bfc57035fe784101.zip
add notes
-rw-r--r--weed/shell/command_volume_move.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_move.go b/weed/shell/command_volume_move.go
index 77c21980e..354c16146 100644
--- a/weed/shell/command_volume_move.go
+++ b/weed/shell/command_volume_move.go
@@ -25,7 +25,7 @@ func (c *commandVolumeMove) Name() string {
}
func (c *commandVolumeMove) Help() string {
- return `move a live volume from one volume server to another volume server
+ return `<experimental> move a live volume from one volume server to another volume server
volume.move <source volume server host:port> <target volume server host:port> <volume id>