diff options
Diffstat (limited to 'src/hci')
-rw-r--r-- | src/hci/commands/console_cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hci/commands/console_cmd.c b/src/hci/commands/console_cmd.c index 9bea2790..a82fa38f 100644 --- a/src/hci/commands/console_cmd.c +++ b/src/hci/commands/console_cmd.c @@ -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, |