diff --git a/sway/commands.c b/sway/commands.c index 1dec9889f..aaacf0fc1 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -1011,7 +1011,8 @@ static struct cmd_results *cmd_move(int argc, char **argv) { } const char* expected_syntax = "Expected 'move ' or " "'move to workspace ' or " - "'move to output '"; + "'move to output ' or " + "'move position mouse'"; swayc_t *view = get_focused_container(&root_container); if (strcasecmp(argv[0], "left") == 0) {