From 8e46943985f6c2ac669864902fa2c8c1ce60b721 Mon Sep 17 00:00:00 2001 From: lycurgus Date: Sun, 31 Oct 2021 19:01:32 +1100 Subject: [PATCH] Correct short form of raw option in i3-msg manpage --- man/i3-msg.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).