look: add Dutch translation, fix typos (#12932)

This commit is contained in:
Sebastiaan Speck
2024-06-11 23:27:15 +02:00
committed by GitHub
parent ec9783fd12
commit 4050339265
8 changed files with 103 additions and 13 deletions

View File

@@ -10,11 +10,11 @@
- Case-insensitively search only on alphanumeric characters:
`look -{{f|-ignore-case}} -{{d|-alphanum}} {{prefix}} {{path/to/file}}`
`look {{-f|--ignore-case}} {{-d|--alphanum}} {{prefix}} {{path/to/file}}`
- Specify a string [t]ermination character (space by default):
- Specify a string termination character (space by default):
`look -{{t|-terminate}} {{,}}`
`look {{-t|--terminate}} {{,}}`
- Search in `/usr/share/dict/words` (`--ignore-case` and `--alphanum` are assumed):