1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

time: update Dutch translation and titlecase Bash (#14143)

This commit is contained in:
Sebastiaan Speck 2024-10-14 11:30:54 +02:00 committed by GitHub
parent b0fb082976
commit 00841ed7a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -7,3 +7,7 @@
- Voer het `commando` uit en print de tijdmetingen naar `stdout`::
`time {{commando}}`
- Maak een eenvoudige stopwatch (werkt alleen in Bash):
`time read`

View file

@ -8,6 +8,6 @@
`time {{command}}`
- Create a very simple stopwatch (only works in bash):
- Create a very simple stopwatch (only works in Bash):
`time read`