aboutsummaryrefslogtreecommitdiff
path: root/cmd-save-buffer.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-03-29 21:08:44 +0000
committerTiago Cunha <tcunha@gmx.com>2012-03-29 21:08:44 +0000
commitbfc9f475c6d21f3521c1aa62551f6033ecf30113 (patch)
tree29b021a0b338603287d2cc2bb29fa009d59e8941 /cmd-save-buffer.c
parent8121b541e0d651cd1c403ae76f1bf87020ad6606 (diff)
downloadrtmux-bfc9f475c6d21f3521c1aa62551f6033ecf30113.tar.gz
rtmux-bfc9f475c6d21f3521c1aa62551f6033ecf30113.tar.bz2
rtmux-bfc9f475c6d21f3521c1aa62551f6033ecf30113.zip
Sync OpenBSD patchset 1077:
Fix save-buffer usage, from Kazuhiko Sakaguchi.
Diffstat (limited to 'cmd-save-buffer.c')
-rw-r--r--cmd-save-buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-save-buffer.c b/cmd-save-buffer.c
index 9c2461e1..0ce2ef09 100644
--- a/cmd-save-buffer.c
+++ b/cmd-save-buffer.c
@@ -33,7 +33,7 @@ int cmd_save_buffer_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_save_buffer_entry = {
"save-buffer", "saveb",
"ab:", 1, 1,
- "[-a] " CMD_BUFFER_USAGE,
+ "[-a] " CMD_BUFFER_USAGE " path",
0,
NULL,
NULL,