summaryrefslogtreecommitdiffstats
path: root/docs/content/en/content-management
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-31 10:22:05 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-31 10:22:05 +0200
commit95baafeac4689674b41e2888609e409aea3693c7 (patch)
treed32100b0f123ca2360301ddec6f26a11347391d8 /docs/content/en/content-management
parent6f7bf3f2d7eda178d0dba4a6bf3dfa50229df7ae (diff)
parente4bfe59c4e043c92d3992587d8c64d264b262a22 (diff)
Diffstat (limited to 'docs/content/en/content-management')
-rw-r--r--docs/content/en/content-management/multilingual.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/content-management/multilingual.md b/docs/content/en/content-management/multilingual.md
index 82d95f6f1..2eeb1aa1b 100644
--- a/docs/content/en/content-management/multilingual.md
+++ b/docs/content/en/content-management/multilingual.md
@@ -544,10 +544,10 @@ Hugo will generate your website with these missing translation placeholders. It
For merging of content from other languages (i.e. missing content translations), see [lang.Merge].
-To track down missing translation strings, run Hugo with the `--i18n-warnings` flag:
+To track down missing translation strings, run Hugo with the `--printI18nWarnings` flag:
```bash
-hugo --i18n-warnings | grep i18n
+hugo --printI18nWarnings | grep i18n
i18n|MISSING_TRANSLATION|en|wordCount
```