Added container command alias for 'vnfs'

This commit is contained in:
Gregory Kurtzer
2021-02-24 20:59:41 -08:00
parent 667c512bb7
commit 64d1a24cd9

View File

@@ -16,6 +16,7 @@ var (
Long: "Starting with version 4, Warewulf uses containers to build the bootable VNFS\n" +
"images for nodes to boot. These commands will help you import, management, and\n" +
"transform containers into bootable Warewulf VNFS images.",
Aliases: []string{"vnfs"},
}
test bool
)