aboutsummaryrefslogtreecommitdiff
path: root/cmd-resize-window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2018-09-05 08:43:58 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2018-09-05 08:43:58 +0100
commit59df942e09fd20144ca90f650fa2e022ae6ca3d0 (patch)
tree26f5b019e2d7fbf3072f69780787457b3c05dbc3 /cmd-resize-window.c
parent621bb15b839956b9ebcc0d4ebe575f2121e89f9f (diff)
downloadrtmux-59df942e09fd20144ca90f650fa2e022ae6ca3d0.tar.gz
rtmux-59df942e09fd20144ca90f650fa2e022ae6ca3d0.tar.bz2
rtmux-59df942e09fd20144ca90f650fa2e022ae6ca3d0.zip
Fixes to resize-window from Ben Boeckel.
Diffstat (limited to 'cmd-resize-window.c')
-rw-r--r--cmd-resize-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-resize-window.c b/cmd-resize-window.c
index 8c4bc3f6..d780b6ee 100644
--- a/cmd-resize-window.c
+++ b/cmd-resize-window.c
@@ -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 },