1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Merge pull request #6391 from cakebaker/docs_uptime_extension

docs: add `-s`/`--since` of `uptime` to extensions
This commit is contained in:
Sylvestre Ledru 2024-05-12 16:37:37 +02:00 committed by GitHub
commit 23d5235e7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.