diff --git a/cmd/add_node.go b/cmd/add_node.go index 5b4b6d53..7e6fd879 100644 --- a/cmd/add_node.go +++ b/cmd/add_node.go @@ -21,7 +21,7 @@ import ( "github.com/spf13/cobra" ) -// addNodeCmd represents the nodes command +// 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",