From 2b1c79dfa0b312dd397cf2cc9eb3443909ba2c15 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 9 Nov 2025 18:51:37 -0800 Subject: [PATCH] fix help messages --- weed/shell/command_volume_server_leave.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/shell/command_volume_server_leave.go b/weed/shell/command_volume_server_leave.go index e7c979cad..4d1511ea0 100644 --- a/weed/shell/command_volume_server_leave.go +++ b/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 -force + volumeServer.leave -node This command enables gracefully shutting down the volume server. The volume server will stop sending heartbeats to the master.