From: Alexander Morozov Date: Tue, 6 Oct 2015 22:58:58 +0000 (-0700) Subject: Fix comment for NormalizeHugoFlags X-Git-Tag: v0.15~128 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7b4e4769;p=brevno-suite%2Fhugo Fix comment for NormalizeHugoFlags --- diff --git a/helpers/general.go b/helpers/general.go index 5b5778b8..b05c8609 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 {