diff --git a/internal/app/wwctl/profile/root.go b/internal/app/wwctl/profile/root.go index 2945d04e..9f10a5db 100644 --- a/internal/app/wwctl/profile/root.go +++ b/internal/app/wwctl/profile/root.go @@ -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"}, } )