Fix syntax for resize command

This commit is contained in:
Michael Stapelberg 2009-09-29 00:54:27 +02:00
parent d230b2bb1a
commit bfd704c523
1 changed files with 1 additions and 1 deletions

View 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;
}