user short option for `id` command

coverage
Frank Dietrich 2017-11-24 13:04:02 +01:00
parent ded5c11e43
commit 9ec1c1f4a5
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
- List all processes of the current user in extra full format:
`ps --user $(id --user) -F`
`ps --user $(id -u) -F`
- List all processes of the current user as a tree:
`ps --user $(id --user) f`
`ps --user $(id -u) f`