Fix syntax for resize command
This commit is contained in:
parent
d230b2bb1a
commit
bfd704c523
|
@ -850,7 +850,7 @@ static void parse_resize_command(xcb_connection_t *conn, Client *last_focused, c
|
||||||
orientation = O_HORIZONTAL;
|
orientation = O_HORIZONTAL;
|
||||||
command += strlen("bottom");
|
command += strlen("bottom");
|
||||||
} else {
|
} else {
|
||||||
LOG("Syntax: resize <left|right|up|down> [+|-]<pixels>\n");
|
LOG("Syntax: resize <left|right|top|bottom> [+|-]<pixels>\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue