From 00841ed7a86fb571c1960f41b7c69ad6c89ac88f Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:30:54 +0200 Subject: [PATCH] time: update Dutch translation and titlecase Bash (#14143) --- pages.nl/common/time.md | 4 ++++ pages/common/time.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pages.nl/common/time.md b/pages.nl/common/time.md index 22945575d..3120e582b 100644 --- a/pages.nl/common/time.md +++ b/pages.nl/common/time.md @@ -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` diff --git a/pages/common/time.md b/pages/common/time.md index 317dcfaf4..af8c596aa 100644 --- a/pages/common/time.md +++ b/pages/common/time.md @@ -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`