mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Fix comment for NormalizeHugoFlags
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c1a60732ae
commit
7b4e4769d0
@@ -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 {
|
||||
|
Reference in New Issue
Block a user