mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
[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 <mcb30@ipxe.org>
This commit is contained in:
@@ -41,9 +41,7 @@ static struct option_descriptor config_opts[] = {};
|
||||
|
||||
/** "config" command descriptor */
|
||||
static struct command_descriptor config_cmd =
|
||||
COMMAND_DESC ( struct config_options, config_opts, 0, 1,
|
||||
"[<scope>]",
|
||||
"Open the option configuration console" );
|
||||
COMMAND_DESC ( struct config_options, config_opts, 0, 1, "[<scope>]" );
|
||||
|
||||
/**
|
||||
* Parse settings scope name
|
||||
|
||||
Reference in New Issue
Block a user