aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
authorLibravatar Mark Stosberg <mark@rideamigos.com>2020-08-05 20:35:25 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-08-05 20:41:07 -0400
commit45aa5c104c916d7979c26d2c81497c3d20f8e848 (patch)
tree126f097ca85aca8f07186ba90ffcc739d3a31a65 /swaymsg
parentview: remove foreign toplevel listeners on destroy (diff)
downloadsway-45aa5c104c916d7979c26d2c81497c3d20f8e848.tar.gz
sway-45aa5c104c916d7979c26d2c81497c3d20f8e848.tar.zst
sway-45aa5c104c916d7979c26d2c81497c3d20f8e848.zip
swaymsg.1: correct typo
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/swaymsg.1.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd
index 4228a0f0..2eba5904 100644
--- a/swaymsg/swaymsg.1.scd
+++ b/swaymsg/swaymsg.1.scd
@@ -52,7 +52,7 @@ _swaymsg_ [options...] [message]
52 command in single-quotes. For example, use 52 command in single-quotes. For example, use
53 _swaymsg 'output "Foobar Display" enable'_ instead of 53 _swaymsg 'output "Foobar Display" enable'_ instead of
54 _swaymsg output "Foobar Display" enable_. 54 _swaymsg output "Foobar Display" enable_.
55 - If you are proving a command that contains a leading hyphen (_-_), insert 55 - If you are providing a command that contains a leading hyphen (_-_), insert
56 two hyphens (_--_) before the command to signal to swaymsg not to parse 56 two hyphens (_--_) before the command to signal to swaymsg not to parse
57 anything beyond that point as an option. For example, use 57 anything beyond that point as an option. For example, use
58 _swaymsg -- mark --add test_ instead of _swaymsg mark --add test_. 58 _swaymsg -- mark --add test_ instead of _swaymsg mark --add test_.