summaryrefslogtreecommitdiffstats
path: root/cmd-list-buffers.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-list-buffers.c')
-rw-r--r--cmd-list-buffers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-list-buffers.c b/cmd-list-buffers.c
index 41ad865b..f474b398 100644
--- a/cmd-list-buffers.c
+++ b/cmd-list-buffers.c
@@ -39,7 +39,7 @@ const struct cmd_entry cmd_list_buffers_entry = {
.args = { "F:", 0, 0 },
.usage = "[-F format]",
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_list_buffers_exec
};