|
@@ -51,8 +51,8 @@ static struct option_descriptor console_opts[] = {
|
51
|
51
|
struct console_options, config.width, parse_integer ),
|
52
|
52
|
OPTION_DESC ( "y", 'y', required_argument,
|
53
|
53
|
struct console_options, config.height, parse_integer ),
|
54
|
|
- OPTION_DESC ( "bpp", 'b', required_argument,
|
55
|
|
- struct console_options, config.bpp, parse_integer ),
|
|
54
|
+ OPTION_DESC ( "depth", 'd', required_argument,
|
|
55
|
+ struct console_options, config.depth, parse_integer ),
|
56
|
56
|
OPTION_DESC ( "picture", 'p', required_argument,
|
57
|
57
|
struct console_options, picture, parse_string ),
|
58
|
58
|
OPTION_DESC ( "keep", 'k', no_argument,
|