mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[cmdline] Rename "console" command's --bpp option to --depth
Rename the "--bpp" option to "--depth", to free up the single-letter option "-b" for "--bottom" in preparation for adding margin support. This does not break backwards compatibility with documented features, since the "console" command has not yet been documented. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -51,8 +51,8 @@ static struct option_descriptor console_opts[] = {
|
||||
struct console_options, config.width, parse_integer ),
|
||||
OPTION_DESC ( "y", 'y', required_argument,
|
||||
struct console_options, config.height, parse_integer ),
|
||||
OPTION_DESC ( "bpp", 'b', required_argument,
|
||||
struct console_options, config.bpp, parse_integer ),
|
||||
OPTION_DESC ( "depth", 'd', required_argument,
|
||||
struct console_options, config.depth, parse_integer ),
|
||||
OPTION_DESC ( "picture", 'p', required_argument,
|
||||
struct console_options, picture, parse_string ),
|
||||
OPTION_DESC ( "keep", 'k', no_argument,
|
||||
|
||||
Reference in New Issue
Block a user