Removed "glob" from node pattern description
A glob is a pattern that supports * and ? wildcards. This is not supported for node patterns. I'd call these "hostlist" patterns; but easier to just leave it generic for now until and unless there is documentation to refer to on the website about the pattern type. Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
@@ -19,7 +19,7 @@ func GetCommand() *cobra.Command {
|
||||
Use: "list [OPTIONS] [PATTERN]",
|
||||
Short: "List nodes",
|
||||
Long: "This command lists all configured nodes. Optionally, it will list only\n" +
|
||||
"nodes matching a glob PATTERN.",
|
||||
"nodes matching a PATTERN.",
|
||||
RunE: CobraRunE(&vars),
|
||||
Aliases: []string{"ls"},
|
||||
ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
|
||||
|
||||
Reference in New Issue
Block a user