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/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hci/shell.c') diff --git a/src/hci/shell.c b/src/hci/shell.c index b62086769..c1a543849 100644 --- a/src/hci/shell.c +++ b/src/hci/shell.c @@ -107,7 +107,7 @@ static struct option_descriptor shell_opts[] = {}; /** "shell" command descriptor */ static struct command_descriptor shell_cmd = - COMMAND_DESC ( struct shell_options, shell_opts, 0, 0, "" ); + COMMAND_DESC ( struct shell_options, shell_opts, 0, 0, NULL ); /** * "shell" command -- cgit v1.2.3-55-g7522