Skip to content

Commit

Permalink
docs: describe extensions of id (#6289)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker authored Apr 29, 2024
1 parent 73db512 commit 174c842
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,10 @@ We support `--sort=name`, which makes it possible to override an earlier value.

`du` allows `birth` and `creation` as values for the `--time` argument to show the creation time. It
also provides a `-v`/`--verbose` flag.

## `id`

`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

0 comments on commit 174c842

Please sign in to comment.