From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 18.mo3.mail-out.ovh.net ([87.98.172.162] helo=mo3.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SKkT8-0003fN-BO for barebox@lists.infradead.org; Thu, 19 Apr 2012 06:03:55 +0000 Received: from mail622.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo3.mail-out.ovh.net (Postfix) with SMTP id A67F7FF8A77 for ; Thu, 19 Apr 2012 08:05:11 +0200 (CEST) From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 19 Apr 2012 07:44:53 +0200 Message-Id: <1334814298-11468-6-git-send-email-plagnioj@jcrosoft.com> In-Reply-To: <20120419053846.GA20601@game.jcrosoft.org> References: <20120419053846.GA20601@game.jcrosoft.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 06/11] complete: add help complete support To: barebox@lists.infradead.org Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- commands/help.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/commands/help.c b/commands/help.c index 706b905..d7d9ba2 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 -- 1.7.9.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox