From 7d5dcc92994dae75831453b8d7fff411f23d9126 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 4 Mar 2011 12:14:51 +0000 Subject: [parseopt] Refer to online documentation for command help The online documentation (e.g. http://ipxe.org/cmd/ifopen), though not yet complete, is far more comprehensive than could be provided within the iPXE binary. Save around 200 bytes (compressed) by removing the command descriptions from the interactive help, and instead referring users directly to the web page describing the relevant command. Signed-off-by: Michael Brown --- src/hci/shell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/hci/shell.c') diff --git a/src/hci/shell.c b/src/hci/shell.c index 3860b2e40..f8b1ec278 100644 --- a/src/hci/shell.c +++ b/src/hci/shell.c @@ -97,8 +97,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, "" ); /** * "shell" command -- cgit v1.2.3-55-g7522