diff --git a/internal/app/wwctl/profile/add/root.go b/internal/app/wwctl/profile/add/root.go index 2ca19008..85d1ac42 100644 --- a/internal/app/wwctl/profile/add/root.go +++ b/internal/app/wwctl/profile/add/root.go @@ -4,7 +4,7 @@ import "github.com/spf13/cobra" var ( baseCmd = &cobra.Command{ - Use: "add [flags] ", + Use: "add ", Short: "Add a new node profile", Long: "This command will add a new node profile.", RunE: CobraRunE,