commands: Rename --path-warnings, --print-men to --printPathWarnings, --printMemoryUsage

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

View file

@ -196,7 +196,7 @@ func TestFlags(t *testing.T) {
"--port=1366",
"--renderToDisk",
"--source=mysource",
"--path-warnings",
"--printPathWarnings",
},
check: func(c *qt.C, sc *serverCmd) {
c.Assert(sc, qt.Not(qt.IsNil))
@ -220,7 +220,7 @@ func TestFlags(t *testing.T) {
c.Assert(cfg.GetBool("gc"), qt.Equals, true)
// The flag is named path-warnings
// The flag is named printPathWarnings
c.Assert(cfg.GetBool("logPathWarnings"), qt.Equals, true)
// The flag is named i18n-warnings