Fix break-pane synopsis and some other tmux.1 bits.

This commit is contained in:
nicm
2016-03-01 11:58:45 +00:00
parent 4f6bc0a0a9
commit c7851e0ee7
2 changed files with 7 additions and 8 deletions

View File

@ -35,7 +35,7 @@ const struct cmd_entry cmd_break_pane_entry = {
.alias = "breakp",
.args = { "dPF:s:t:", 0, 0 },
.usage = "[-dP] [-F format] " CMD_SRCDST_PANE_USAGE,
.usage = "[-dP] [-F format] [-s src-pane] [-t dst-window]",
.sflag = CMD_PANE,
.tflag = CMD_WINDOW_INDEX,