summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlycurgus <lycurgus@users.noreply.github.com>2021-10-31 19:01:32 +1100
committerMichael Stapelberg <michael@stapelberg.de>2021-11-03 09:03:14 +0100
commit884717489f7d62345f7fe53d6d055d1e20fe3b4b (patch)
tree58077e398e93893580b9337dc71ad3ad99ce962c
parentb895d9d3cc55569936773963302d73cfe48c3fb7 (diff)
downloadi3-884717489f7d62345f7fe53d6d055d1e20fe3b4b.tar.gz
i3-884717489f7d62345f7fe53d6d055d1e20fe3b4b.zip
Correct short form of raw option in i3-msg manpage
-rw-r--r--man/i3-msg.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/i3-msg.man b/man/i3-msg.man
index 97013fa5..dfe1f89b 100644
--- a/man/i3-msg.man
+++ b/man/i3-msg.man
@@ -36,7 +36,7 @@ Instead of exiting right after receiving the first subscribed event,
wait indefinitely for all of them. Can only be used with "-t subscribe".
See the "subscribe" IPC message type below for details.
-*-q, --raw*::
+*-r, --raw*::
Display the raw JSON reply instead of pretty-printing errors (for commands) or
displaying the top-level config file contents (for GET_CONFIG).