From: Michael Stapelberg Date: Mon, 28 Sep 2009 22:54:27 +0000 (+0200) Subject: Fix syntax for resize command X-Git-Tag: 3.d~63 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bfd704c52351e8af1ec7bc913657a889b419ad4f;p=i3%2Fi3 Fix syntax for resize command --- diff --git a/src/commands.c b/src/commands.c index 539a2402..a43085c6 100644 --- a/src/commands.c +++ b/src/commands.c @@ -850,7 +850,7 @@ static void parse_resize_command(xcb_connection_t *conn, Client *last_focused, c orientation = O_HORIZONTAL; command += strlen("bottom"); } else { - LOG("Syntax: resize [+|-]\n"); + LOG("Syntax: resize [+|-]\n"); return; }