summaryrefslogtreecommitdiffstats
path: root/cmd-save-buffer.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-03-21 19:16:07 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-03-21 19:16:07 +0000
commit49ce38b09a68830d313e60dc78b9cf3fd4fbb8e1 (patch)
tree4e26d2f3e16d536118893b7a0c91693212d2e059 /cmd-save-buffer.c
parentb1e4b8769b2edc414194ede0fde31f0175ae8a6b (diff)
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 f45902aa..93ec4b0b 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,