From 8aa463f785d137c68b0ae56edcb03a335a5a2b33 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 6 Jun 2011 23:14:38 +0800 Subject: complete: add help complete support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- commands/help.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commands/help.c') diff --git a/commands/help.c b/commands/help.c index 706b9057e9..d7d9ba25af 100644 --- a/commands/help.c +++ b/commands/help.c @@ -23,6 +23,7 @@ #include #include +#include /* * Use puts() instead of printf() to avoid printf buffer overflow @@ -68,5 +69,6 @@ BAREBOX_CMD_START(help) .aliases = help_aliases, .usage = "print online help", BAREBOX_CMD_HELP(cmd_help_help) + BAREBOX_CMD_COMPLETE(command_complete) BAREBOX_CMD_END -- cgit v1.2.3