Move list-commands into list-keys.

This commit is contained in:
nicm
2014-10-20 22:44:30 +00:00
parent 7afe417a60
commit f5bc85591a
3 changed files with 32 additions and 9 deletions

View File

@@ -26,14 +26,6 @@
enum cmd_retval cmd_list_commands_exec(struct cmd *, struct cmd_q *);
const struct cmd_entry cmd_list_commands_entry = {
"list-commands", "lscm",
"", 0, 0,
"",
0,
cmd_list_commands_exec
};
enum cmd_retval
cmd_list_commands_exec(unused struct cmd *self, struct cmd_q *cmdq)
{