Merge pull request #223 from jcsiadal/imprt-fix

Fix misspelled export command for wwctl container
This commit is contained in:
Christian Goll
2021-12-07 09:10:00 +01:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ import "github.com/spf13/cobra"
var (
baseCmd = &cobra.Command{
DisableFlagsInUseLine: true,
Use: "imprt [OPTIONS] SOURCE [NAME]",
Use: "import [OPTIONS] SOURCE [NAME]",
Short: "Import a container into Warewulf",
Long:
`This command will pull and import a container into Warewulf from SOURCE,