commands: Rename --i18n-warnings to printI18nWarnings

To get it in line with the others.
This commit is contained in:
Bjørn Erik Pedersen 2022-02-15 13:03:36 +01:00
parent 6819feab6c
commit 837fdfdf45
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
7 changed files with 9 additions and 9 deletions

View file

@ -190,7 +190,7 @@ func TestFlags(t *testing.T) {
"--navigateToChanged",
"--disableLiveReload",
"--noHTTPCache",
"--i18n-warnings",
"--printI18nWarnings",
"--destination=/tmp/mydestination",
"-b=https://example.com/b/",
"--port=1366",
@ -223,7 +223,7 @@ func TestFlags(t *testing.T) {
// The flag is named printPathWarnings
c.Assert(cfg.GetBool("logPathWarnings"), qt.Equals, true)
// The flag is named i18n-warnings
// The flag is named printI18nWarnings
c.Assert(cfg.GetBool("logI18nWarnings"), qt.Equals, true)
},
},