1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-06 17:17:25 +02:00

add notes

This commit is contained in:
Chris Lu 2019-04-20 20:12:07 -07:00
parent 2ffe98443b
commit d06d3c57d4

View file

@ -25,7 +25,7 @@ func (c *commandVolumeMove) Name() string {
} }
func (c *commandVolumeMove) Help() 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> volume.move <source volume server host:port> <target volume server host:port> <volume id>