aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-01 12:38:29 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-01 12:38:29 -0800
commit9c139e060131344445d5e90c4ed0aa7d15857b0f (patch)
tree1220581963a2343ee59415eb25207af47eb5a007
parent88a80ab557712128934b9bb90c26d5a8e205d99d (diff)
downloadseaweedfs-9c139e060131344445d5e90c4ed0aa7d15857b0f.tar.xz
seaweedfs-9c139e060131344445d5e90c4ed0aa7d15857b0f.zip
update help message
-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 08d87c988..e74b43ed4 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 `<experimental> move a live volume from one volume server to another volume server
+ return `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>