Browse Source

fix help messages

pull/7450/head
chrislu 2 months ago
parent
commit
2b1c79dfa0
  1. 2
      weed/shell/command_volume_server_leave.go

2
weed/shell/command_volume_server_leave.go

@ -25,7 +25,7 @@ func (c *commandVolumeServerLeave) Name() string {
func (c *commandVolumeServerLeave) Help() string {
return `stop a volume server from sending heartbeats to the master
volumeServer.leave -node <volume server host:port> -force
volumeServer.leave -node <volume server host:port>
This command enables gracefully shutting down the volume server.
The volume server will stop sending heartbeats to the master.

Loading…
Cancel
Save