mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 05:54:11 +01:00
swaymsg.1: correct typo
This commit is contained in:
parent
b7f28cd6b7
commit
45aa5c104c
@ -52,7 +52,7 @@ _swaymsg_ [options...] [message]
|
|||||||
command in single-quotes. For example, use
|
command in single-quotes. For example, use
|
||||||
_swaymsg 'output "Foobar Display" enable'_ instead of
|
_swaymsg 'output "Foobar Display" enable'_ instead of
|
||||||
_swaymsg output "Foobar Display" enable_.
|
_swaymsg output "Foobar Display" enable_.
|
||||||
- If you are proving a command that contains a leading hyphen (_-_), insert
|
- If you are providing a command that contains a leading hyphen (_-_), insert
|
||||||
two hyphens (_--_) before the command to signal to swaymsg not to parse
|
two hyphens (_--_) before the command to signal to swaymsg not to parse
|
||||||
anything beyond that point as an option. For example, use
|
anything beyond that point as an option. For example, use
|
||||||
_swaymsg -- mark --add test_ instead of _swaymsg mark --add test_.
|
_swaymsg -- mark --add test_ instead of _swaymsg mark --add test_.
|
||||||
|
Loading…
Reference in New Issue
Block a user