Update CLI to all use the new expand bracket capability
This commit is contained in:
@@ -15,7 +15,9 @@ var (
|
||||
baseCmd = &cobra.Command{
|
||||
Use: "node",
|
||||
Short: "Node management",
|
||||
Long: "Management of node settings",
|
||||
Long: "Management of node settings. All node ranges can use brackets to identify\n" +
|
||||
"node ranges. For example: n00[00-4].cluster[0-1] will identify the first 5 nodes\n" +
|
||||
"in cluster0 and cluster1.",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user