diff options
author | nicm <nicm> | 2019-03-14 06:36:21 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-03-14 06:36:21 +0000 |
commit | 1e9f8a3523ac93203036bd4a3740674a91fc4f1c (patch) | |
tree | 7abcc3bc2de4a56333ec1a38eea10286cbfe908a /cmd-capture-pane.c | |
parent | 2fbd491ff0a6154ead554ae80fac647f7f8cd4f7 (diff) | |
download | rtmux-1e9f8a3523ac93203036bd4a3740674a91fc4f1c.tar.gz rtmux-1e9f8a3523ac93203036bd4a3740674a91fc4f1c.tar.bz2 rtmux-1e9f8a3523ac93203036bd4a3740674a91fc4f1c.zip |
Missing space in capture-pane usage, from Ben Boeckel.
Also man page fixed from jmc.
Diffstat (limited to 'cmd-capture-pane.c')
-rw-r--r-- | cmd-capture-pane.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-capture-pane.c b/cmd-capture-pane.c index dd1576c4..a3ec066c 100644 --- a/cmd-capture-pane.c +++ b/cmd-capture-pane.c @@ -41,7 +41,7 @@ const struct cmd_entry cmd_capture_pane_entry = { .args = { "ab:CeE:JpPqS:t:", 0, 0 }, .usage = "[-aCeJpPq] " CMD_BUFFER_USAGE " [-E end-line] " - "[-S start-line]" CMD_TARGET_PANE_USAGE, + "[-S start-line] " CMD_TARGET_PANE_USAGE, .target = { 't', CMD_FIND_PANE, 0 }, |