From 453646b88798f4835a4c82cac103c801ddde4818 Mon Sep 17 00:00:00 2001 From: Ian Fan Date: Sat, 11 Aug 2018 00:29:24 +0100 Subject: commands: fix documentation formatting mistakes for move command --- sway/commands/move.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/commands') diff --git a/sway/commands/move.c b/sway/commands/move.c index acdc50b5..f5eb9124 100644 --- a/sway/commands/move.c +++ b/sway/commands/move.c @@ -22,7 +22,7 @@ static const char *expected_syntax = "Expected 'move <[px] px>' or " "'move [--no-auto-back-and-forth] [to] workspace ' or " - "'move [--no-auto-back-and-forth] [to] output ' or " + "'move [to] output ' or " "'move [to] mark '"; static struct sway_container *output_in_direction(const char *direction, -- cgit v1.2.3