summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2024-05-12 16:37:37 +0200
committerGitHub <noreply@github.com>2024-05-12 16:37:37 +0200
commit23d5235e7c606f425fef24dc09edb7e835d3f771 (patch)
tree44a46d151ac791a42ca21c4f16aded654368451e
parent096d32c148246679582ae95ae5201fc7b6b7078a (diff)
parente3468ba4290cccbfe7af2437ccd7eb5fc76d434a (diff)
Merge pull request #6391 from cakebaker/docs_uptime_extensionmain
docs: add `-s`/`--since` of `uptime` to extensions
-rw-r--r--docs/src/extensions.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/src/extensions.md b/docs/src/extensions.md
index 61c25ba48..fb91f7d54 100644
--- a/docs/src/extensions.md
+++ b/docs/src/extensions.md
@@ -85,7 +85,11 @@ also provides a `-v`/`--verbose` flag.
## `id`
-`id` has three additional flags:
+`id` has three additional flags:
* `-P` displays the id as a password file entry
* `-p` makes the output human-readable
* `-A` displays the process audit user ID
+
+## `uptime`
+
+Similar to the proc-ps implementation and unlike GNU/Coreutils, `uptime` provides `-s`/`--since` to show since when the system is up.