summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/console_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/console_cmd.c')
-rw-r--r--src/hci/commands/console_cmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hci/commands/console_cmd.c b/src/hci/commands/console_cmd.c
index ba472b9f..bd564726 100644
--- a/src/hci/commands/console_cmd.c
+++ b/src/hci/commands/console_cmd.c
@@ -70,6 +70,8 @@ static struct option_descriptor console_opts[] = {
struct console_options, picture, parse_string ),
OPTION_DESC ( "keep", 'k', no_argument,
struct console_options, keep, parse_flag ),
+ OPTION_DESC ( "update", 'u', no_argument,
+ struct console_options, config.lazy_update, parse_flag ),
};
/** "console" command descriptor */