aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorlycurgus <lycurgus@users.noreply.github.com>2021-10-31 19:01:32 +1100
committerGitHub <noreply@github.com>2021-10-31 19:01:32 +1100
commit8e46943985f6c2ac669864902fa2c8c1ce60b721 (patch)
tree21c2a10f440a3b5f773c150517db5a0f32392a5e /man
parent36f9f8671429427b7cb2ce9fd3fa8a18caf75b5d (diff)
downloadi3-8e46943985f6c2ac669864902fa2c8c1ce60b721.tar.gz
i3-8e46943985f6c2ac669864902fa2c8c1ce60b721.zip
Correct short form of raw option in i3-msg manpage
Diffstat (limited to 'man')
-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).