mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
update help message
This commit is contained in:
parent
88a80ab557
commit
9c139e0601
|
@ -25,7 +25,7 @@ func (c *commandVolumeMove) Name() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *commandVolumeMove) Help() 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>
|
volume.move <source volume server host:port> <target volume server host:port> <volume id>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue