]> git.sur5r.net Git - i3/i3/commitdiff
Fix syntax for resize command
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 28 Sep 2009 22:54:27 +0000 (00:54 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 28 Sep 2009 22:54:27 +0000 (00:54 +0200)
src/commands.c

index 539a2402a21030f79290baeb80dffa108e65be52..a43085c6955d6f2840a2e555f3a31e828a6a3034 100644 (file)
@@ -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 <left|right|up|down> [+|-]<pixels>\n");
+                LOG("Syntax: resize <left|right|top|bottom> [+|-]<pixels>\n");
                 return;
         }