diff --git a/internal/app/wwctl/overlay/list/root.go b/internal/app/wwctl/overlay/list/root.go index 96ccfa45..1213d930 100644 --- a/internal/app/wwctl/overlay/list/root.go +++ b/internal/app/wwctl/overlay/list/root.go @@ -6,11 +6,12 @@ import ( var ( baseCmd = &cobra.Command{ - Use: "list [flags] ", + Use: "list [flags] [overlay name]", Short: "List Warewulf Overlays and files", Long: "This command will show you information about Warewulf overlays and the\n" + "files contained within.", RunE: CobraRunE, + Args: cobra.MinimumNArgs(1), Aliases: []string{"ls"}, } ListContents bool