od: add Dutch translation and fix placeholders (#13155)

This commit is contained in:
Sebastiaan Speck
2024-06-26 17:22:42 +02:00
committed by GitHub
parent deb53960c2
commit d5868910de
2 changed files with 30 additions and 1 deletions

View File

@@ -26,4 +26,4 @@
- Read only 100 bytes of a file starting from the 500th byte:
`od --read-bytes {{100}} --skip-bytes={{500}} -v {{path/to/file}}`
`od --read-bytes 100 --skip-bytes=500 -v {{path/to/file}}`