Skip to content

Commit

Permalink
Merge pull request #6391 from cakebaker/docs_uptime_extension
Browse files Browse the repository at this point in the history
docs: add `-s`/`--since` of `uptime` to extensions
  • Loading branch information
sylvestre authored May 12, 2024
2 parents 096d32c + e3468ba commit 23d5235
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 23d5235

Please sign in to comment.