mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
commands: fix documentation formatting mistakes for move command
This commit is contained in:
parent
7717c2231a
commit
453646b887
2 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
|||
static const char *expected_syntax =
|
||||
"Expected 'move <left|right|up|down> <[px] px>' or "
|
||||
"'move [--no-auto-back-and-forth] <container|window> [to] workspace <name>' or "
|
||||
"'move [--no-auto-back-and-forth] <container|window|workspace> [to] output <name|direction>' or "
|
||||
"'move <container|window|workspace> [to] output <name|direction>' or "
|
||||
"'move <container|window> [to] mark <mark>'";
|
||||
|
||||
static struct sway_container *output_in_direction(const char *direction,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue