From d565a6ba4d6e7b02cef1858cd6a03a88db604338 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 29 Apr 2024 09:50:32 +0200 Subject: [PATCH 1/2] docs: describe extensions of id --- docs/src/extensions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index 2319b2a6f1a..db17d1c5b73 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -82,3 +82,8 @@ 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, and `-A` displays the process audit user ID. From 747ca3ac1140f2a5cb37adfb8ea71d6d8842c997 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 29 Apr 2024 10:37:28 +0200 Subject: [PATCH 2/2] docs: use list for id flags Co-authored-by: Sylvestre Ledru --- docs/src/extensions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index db17d1c5b73..61c25ba48be 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -85,5 +85,7 @@ 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, and `-A` displays the process audit user 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