aboutsummaryrefslogtreecommitdiff
path: root/cmd-list-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-list-commands.c')
-rw-r--r--cmd-list-commands.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/cmd-list-commands.c b/cmd-list-commands.c
index a5c98ea7..87901210 100644
--- a/cmd-list-commands.c
+++ b/cmd-list-commands.c
@@ -28,13 +28,12 @@ int cmd_list_commands_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_list_commands_entry = {
"list-commands", "lscm",
+ "", 0, 0,
"",
- 0, "",
+ 0,
NULL,
NULL,
- cmd_list_commands_exec,
- NULL,
- NULL
+ cmd_list_commands_exec
};
/* ARGSUSED */