From 43eba2f555e2a2ed0fbedeeda73dd1720437fd97 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 7 Nov 2013 17:00:51 +0000 Subject: [cmdline] Generate command option help text automatically Generate the command option help text automatically from the list of defined options. Signed-off-by: Michael Brown --- src/hci/commands/route_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hci/commands/route_cmd.c') diff --git a/src/hci/commands/route_cmd.c b/src/hci/commands/route_cmd.c index 3b51f06b0..cc5ffc2f2 100644 --- a/src/hci/commands/route_cmd.c +++ b/src/hci/commands/route_cmd.c @@ -39,7 +39,7 @@ static struct option_descriptor route_opts[] = {}; /** "route" command descriptor */ static struct command_descriptor route_cmd = - COMMAND_DESC ( struct route_options, route_opts, 0, 0, "" ); + COMMAND_DESC ( struct route_options, route_opts, 0, 0, NULL ); /** * The "route" command -- cgit v1.2.3-55-g7522