diff --git a/helpers/general.go b/helpers/general.go index 5b5778b8c..b05c86092 100644 --- a/helpers/general.go +++ b/helpers/general.go @@ -430,7 +430,7 @@ func DoArithmetic(a, b interface{}, op rune) (interface{}, error) { } } -// NormalizeHugoFlagsFunc facilitates transitions of Hugo command-line flags, +// NormalizeHugoFlags facilitates transitions of Hugo command-line flags, // e.g. --baseUrl to --baseURL, --uglyUrls to --uglyURLs func NormalizeHugoFlags(f *pflag.FlagSet, name string) pflag.NormalizedName { switch name {