diff --git a/cmd/convert.go b/cmd/convert.go index 58fcbc9d..8d9859d4 100644 --- a/cmd/convert.go +++ b/cmd/convert.go @@ -169,7 +169,7 @@ Additional help topics:{{range .Commands}}{{if .IsHelpCommand}} Use "{{.CommandPath}} [command] --help" for more information about a command.{{end}} ` // Set the help template + add the command to root - convertCmd.SetHelpTemplate(customHelp) + convertCmd.SetUsageTemplate(customHelp) RootCmd.AddCommand(convertCmd) }