Update CLI to all use the new expand bracket capability

This commit is contained in:
Gregory Kurtzer
2021-10-15 21:37:47 -07:00
parent 6b12edc122
commit 51c15f3c39
13 changed files with 40 additions and 12 deletions

View File

@@ -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.",
}
)