From e3468ba4290cccbfe7af2437ccd7eb5fc76d434a Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 12 May 2024 14:26:59 +0200 Subject: [PATCH] docs: improve uptime section Co-authored-by: Sylvestre Ledru --- docs/src/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index 06663c616d..fb91f7d543 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -92,4 +92,4 @@ also provides a `-v`/`--verbose` flag. ## `uptime` -`uptime` provides `-s`/`--since` to show since when the system is up. +Similar to the proc-ps implementation and unlike GNU/Coreutils, `uptime` provides `-s`/`--since` to show since when the system is up.