diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2019-09-09 22:43:46 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-09-10 00:14:59 +0300 |
commit | 8724900e384fc87e3a182e524e07f6228de2e3f7 (patch) | |
tree | e9682d62f9b12c1217bd592d94402cc67b410664 /swaymsg | |
parent | db6a9d08f9e5ebacfca6a848750a0bf64bf242f1 (diff) |
swaymsg.1: fix description of --pretty
Diffstat (limited to 'swaymsg')
-rw-r--r-- | swaymsg/swaymsg.1.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd index 639ed5f9..de68f80c 100644 --- a/swaymsg/swaymsg.1.scd +++ b/swaymsg/swaymsg.1.scd @@ -20,7 +20,7 @@ _swaymsg_ [options...] [message] swaymsg will stop monitoring and exit. *-p, --pretty* - Use raw output even when not using a tty. + Use pretty output even when not using a tty. *-q, --quiet* Sends the IPC message but does not print the response from sway. |