From 2dd6d7570135470cd08df84fb7c95efe9891db17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CForest-L?= Date: Tue, 25 Aug 2020 10:04:29 +0800 Subject: [PATCH] modify nodes description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “Forest-L --- cmd/add_node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/add_node.go b/cmd/add_node.go index 7e6fd879..6fb6cfc5 100644 --- a/cmd/add_node.go +++ b/cmd/add_node.go @@ -24,7 +24,7 @@ import ( // addNodesCmd represents the nodes command var addNodesCmd = &cobra.Command{ Use: "nodes", - Short: "Add a cluster according to the new nodes information from the specified configuration file", + Short: "Add nodes to the cluster according to the new nodes information from the specified configuration file", RunE: func(cmd *cobra.Command, args []string) error { logger := util.InitLogger(opt.Verbose) return add.AddNodes(opt.ClusterCfgFile, "", "", logger, false, opt.Verbose, opt.SkipCheck, opt.SkipPullImages)