diff options
Diffstat (limited to 'Base/usr/share/man/man1/w.md')
-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 |