Fixes to resize-window from Ben Boeckel.

This commit is contained in:
Nicholas Marriott
2018-09-05 08:43:58 +01:00
parent 621bb15b83
commit 59df942e09
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ const struct cmd_entry cmd_resize_window_entry = {
.alias = "resizew",
.args = { "aADLRt:Ux:y:", 0, 1 },
.usage = "[-aADLRU] [-x width] [-y height] " CMD_TARGET_PANE_USAGE " "
.usage = "[-aADLRU] [-x width] [-y height] " CMD_TARGET_WINDOW_USAGE " "
"[adjustment]",
.target = { 't', CMD_FIND_WINDOW, 0 },