add nodes as alias for node

This commit is contained in:
Christian Goll
2022-09-22 07:56:53 +02:00
parent 8c0710e412
commit d0bfac6e24

View File

@@ -11,9 +11,10 @@ import (
var (
baseCmd = &cobra.Command{
DisableFlagsInUseLine: true,
Use: "profile COMMAND [OPTIONS]",
Short: "Node configuration profile management",
Long: "Management of node profile settings",
Use: "profile COMMAND [OPTIONS]",
Short: "Node configuration profile management",
Long: "Management of node profile settings",
Aliases: []string{"nodes"},
}
)