summaryrefslogtreecommitdiffstats
path: root/cmd-clear-history.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-clear-history.c')
-rw-r--r--cmd-clear-history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-clear-history.c b/cmd-clear-history.c
index a9271346..9241485a 100644
--- a/cmd-clear-history.c
+++ b/cmd-clear-history.c
@@ -29,7 +29,7 @@ int cmd_clear_history_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_clear_history_entry = {
"clear-history", "clearhist",
CMD_TARGET_PANE_USAGE,
- 0, 0,
+ 0, "",
cmd_target_init,
cmd_target_parse,
cmd_clear_history_exec,