mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Base: Add man page for w
This commit is contained in:
parent
72e1e38fb8
commit
245699f303
1 changed files with 17 additions and 0 deletions
17
Base/usr/share/man/man1/w.md
Normal file
17
Base/usr/share/man/man1/w.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
w - Show information about currently logged-in users
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ w [--no-header] [user]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Options
|
||||||
|
|
||||||
|
* `-h`, `--no-header`: Don't show the header
|
||||||
|
|
||||||
|
## Arguments
|
||||||
|
|
||||||
|
* `user`: Only show information about the specified user
|
Loading…
Add table
Add a link
Reference in a new issue