From d3cb350c6bb1f15b84900a0b2a5f721fb41eb8ff Mon Sep 17 00:00:00 2001 From: SIGSEGV Date: Thu, 22 Oct 2020 17:09:27 +0800 Subject: [PATCH] Update pkg/cluster/manager.go Co-authored-by: Lonng --- pkg/cluster/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/manager.go b/pkg/cluster/manager.go index 338699e25e..9988f46c45 100644 --- a/pkg/cluster/manager.go +++ b/pkg/cluster/manager.go @@ -611,7 +611,7 @@ func (m *Manager) Display(clusterName string, opt operator.Options) error { // Check if there is some instance in tombstone state nodes, _ := operator.DestroyTombstone(ctx, t, true /* returnNodesOnly */, opt, tlsCfg) if len(nodes) != 0 { - color.Green("There is some nodes in state Tombstone, you can destroy them with the command `tiup cluster prune %s`", clusterName) + color.Green("There are some nodes in state: `Tombstone`\n\tNodes: %+v\n\tYou can destroy them with the command: `tiup cluster prune %s`", nodes, clusterName) } }