Browse Source

add notes

pull/942/head
Chris Lu 6 years ago
parent
commit
d06d3c57d4
  1. 2
      weed/shell/command_volume_move.go

2
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>

Loading…
Cancel
Save