Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpers/general.go2
1 files changed, 1 insertions, 1 deletions
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 {