summaryrefslogtreecommitdiff
path: root/slstatus.1
diff options
context:
space:
mode:
authorLaslo Hunhold <dev@frign.de>2017-08-10 22:22:39 +0200
committerAaron Marcher <me@drkhsh.at>2017-08-10 22:32:57 +0200
commitdc467c215b26301e9097a7dc7e81555ed1254a95 (patch)
treebce922c5842a7ce2072cefbe49fce654bd3bdfef /slstatus.1
parent5be97f9fc770d09be1d48413b37b98e42cc0d9f3 (diff)
Reduce -o | -n to -s
What we really want is to either output to WM_NAME or stdout. If we want just one single line, we do slstatus | head -n 1.
Diffstat (limited to 'slstatus.1')
-rw-r--r--slstatus.18
1 files changed, 3 insertions, 5 deletions
diff --git a/slstatus.1 b/slstatus.1
index d29f197..f9ef3ad 100644
--- a/slstatus.1
+++ b/slstatus.1
@@ -6,7 +6,7 @@
.Nd suckless status monitor
.Sh SYNOPSIS
.Nm
-.Op Fl o | n
+.Op Fl s
.Sh DESCRIPTION
.Nm
is a suckless status monitor for window managers that use WM_NAME (e.g. dwm) or
@@ -16,10 +16,8 @@ By default,
outputs to WM_NAME.
.Sh OPTIONS
.Bl -tag -width Ds
-.It Fl n
-Write to stdout once and exit.
-.It Fl o
-Write to stdout continuously.
+.It Fl s
+Write to stdout instead of WM_NAME.
.El
.Sh CUSTOMIZATION
.Nm