A few fixes.

This commit is contained in:
Dane Jensen
2026-06-17 15:10:27 -07:00
parent 7d8401d707
commit 3d396f13ed
3 changed files with 4 additions and 4 deletions

View File

@@ -36,8 +36,8 @@ const struct cmd_entry cmd_break_pane_entry = {
.args = { "abdPF:n:s:t:Wx:X:y:Y:", 0, 0, NULL },
.usage = "[-abdPW] [-F format] [-n window-name] [-s src-pane] "
"[-t dst-window] [x width] [y height] [X x-position] "
"[Y y-position]",
"[-t dst-window] [-x width] [-y height] [-X x-position] "
"[-Y y-position]",
.source = { 's', CMD_FIND_PANE, 0 },
.target = { 't', CMD_FIND_WINDOW, CMD_FIND_WINDOW_INDEX },