diff options
author | Laslo Hunhold <dev@frign.de> | 2017-08-10 21:56:06 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2017-08-10 22:32:48 +0200 |
commit | 5be97f9fc770d09be1d48413b37b98e42cc0d9f3 (patch) | |
tree | ea7da3a36922cbf1e84901fc00206520b3a06bcc /slstatus.1 | |
parent | 0fa70319081d5b4bbf0f5fc6b766c873bc026565 (diff) |
Remove d- and v-flags
d-flag: There's no need for that, use the &-operator or fork+exec in a
non-shell-context. In the latter case you get the PID for free.
v-flag: If you want to find out which version of a package is installed,
consult your package manager. That's his job.
Diffstat (limited to 'slstatus.1')
-rw-r--r-- | slstatus.1 | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -6,14 +6,7 @@ .Nd suckless status monitor .Sh SYNOPSIS .Nm -.Oo -.Op Fl v -| -.Oo -.Op Fl d .Op Fl o | n -.Oc -.Oc .Sh DESCRIPTION .Nm is a suckless status monitor for window managers that use WM_NAME (e.g. dwm) or @@ -23,14 +16,10 @@ By default, outputs to WM_NAME. .Sh OPTIONS .Bl -tag -width Ds -.It Fl d -Daemonize. .It Fl n Write to stdout once and exit. .It Fl o Write to stdout continuously. -.It Fl v -Write version information to stdout and exit. .El .Sh CUSTOMIZATION .Nm |