diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-01 12:38:29 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-01 12:38:29 -0800 |
| commit | 9c139e060131344445d5e90c4ed0aa7d15857b0f (patch) | |
| tree | 1220581963a2343ee59415eb25207af47eb5a007 | |
| parent | 88a80ab557712128934b9bb90c26d5a8e205d99d (diff) | |
| download | seaweedfs-9c139e060131344445d5e90c4ed0aa7d15857b0f.tar.xz seaweedfs-9c139e060131344445d5e90c4ed0aa7d15857b0f.zip | |
update help message
| -rw-r--r-- | weed/shell/command_volume_move.go | 2 |
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> |
