Address warning about unknown option

This would otherwise fail the spellcheck during CI.
draft-2
Olaf Meeuwissen 2020-02-16 13:19:05 +09:00
rodzic 32df893b33
commit 21856c98b1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -918,7 +918,7 @@ File formats and translation functions
and the translated text marked with the keyword :token:`msgstr`. A
:file:`po` file that contains all needed :token:`msgid`'s can be
created e.g. by the gnu gettext tool :program:`xgettext` with the
option :option:`-k SANE_I18N`. The translator adds the translated
option ``-k SANE_I18N``. The translator adds the translated
texts to the :file:`po` files. The gettext tool :program:`msgfmt`
converts the :file:`po` files to the :file:`mo` or :file:`gmo`
files.