Skip to content

Commit d4d4860

Browse files
committed
Add option -F / --error-on-fuzzy in README
1 parent b507e3b commit d4d4860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Options:
6060
- `-h`, `--help`: display help message and exit
6161
- `-c`, `--no-compile`: do not check compilation of file (with `msgfmt -c`)
6262
- `-f`, `--fuzzy`: check fuzzy strings
63+
- `-F`, `--error-on-fuzzy`: raise an error if fuzzy strings are found
6364
- `-n`, `--check-noqa`: check "noqa"-commented lines (they are skipped by default)
6465
- `-l`, `--no-lines`: do not check number of lines
6566
- `-p`, `--no-punct`: do not check punctuation at end of strings

0 commit comments

Comments
 (0)