mirror of
https://github.com/ipxe/ipxe
synced 2026-01-13 09:29:04 +03:00
[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 <mcb30@ipxe.org>
This commit is contained in:
@@ -53,7 +53,6 @@ static struct option_descriptor vcreate_opts[] = {
|
||||
/** "vcreate" command descriptor */
|
||||
static struct command_descriptor vcreate_cmd =
|
||||
COMMAND_DESC ( struct vcreate_options, vcreate_opts, 1, 1,
|
||||
"--tag <tag> [--priority <priority>] "
|
||||
"<trunk interface>" );
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user