Replace HTML in help

Signed-off-by: jcsiadal <jeremy.c.siadal@intel.com>
This commit is contained in:
jcsiadal
2021-10-28 17:48:16 -07:00
parent 4272e13fa3
commit de2c882ba1
14 changed files with 14 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ import "github.com/spf13/cobra"
var (
baseCmd = &cobra.Command{
Use: "import [flags] <overlay kind> <overlay name> <host source> [overlay target]",
Use: "import [flags] (overlay kind) (overlay name) (host source) [overlay target]",
Short: "Import a file into a Warewulf Overlay",
Long: "This command will import a file into a given Warewulf overlay.",
RunE: CobraRunE,