diff options
author | Tim Ledbetter <timledbetter@gmail.com> | 2023-05-23 22:10:28 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-05-24 05:55:44 +0200 |
commit | 245699f30380f9f3a990db1044f68e1e59c9fce2 (patch) | |
tree | c532e10df1d45cc9a7b65014851ef9881cbcfd6d /Base/usr/share/man | |
parent | 72e1e38fb8077f591210f5af8510beb49ef84edd (diff) | |
download | serenity-245699f30380f9f3a990db1044f68e1e59c9fce2.zip |
Base: Add man page for `w`
Diffstat (limited to 'Base/usr/share/man')
-rw-r--r-- | Base/usr/share/man/man1/w.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/w.md b/Base/usr/share/man/man1/w.md new file mode 100644 index 0000000000..5c0358dffd --- /dev/null +++ b/Base/usr/share/man/man1/w.md @@ -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 |