summaryrefslogtreecommitdiffstats
path: root/cmd-break-pane.c
diff options
context:
space:
mode:
authornicm <nicm>2016-03-01 11:58:45 +0000
committernicm <nicm>2016-03-01 11:58:45 +0000
commitc7851e0ee71e26ee9af67f2523679132369b152f (patch)
treedfad86049157998304bb3171d75b9268be17df26 /cmd-break-pane.c
parent4f6bc0a0a90a652172bdf251d5177476f7e6bdb1 (diff)
Fix break-pane synopsis and some other tmux.1 bits.
Diffstat (limited to 'cmd-break-pane.c')
-rw-r--r--cmd-break-pane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-break-pane.c b/cmd-break-pane.c
index b5a2743f..85873227 100644
--- a/cmd-break-pane.c
+++ b/cmd-break-pane.c
@@ -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,