From 34da4bf08b74ca3c10bd92e30da4eb9d36831dc5 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 10 Mar 2017 12:09:09 +0000 Subject: [PATCH] Add dilbert in the ui_options doctring --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index c4e54dac..e2c0a8a4 100644 --- a/src/main.cc +++ b/src/main.cc @@ -297,7 +297,7 @@ void register_options() "\n" "The ncurses ui supports the following options:\n" ": :\n" - " ncurses_assistant clippy|cat|none|off\n" + " ncurses_assistant clippy|cat|dilbert|none|off\n" " ncurses_status_on_top bool\n" " ncurses_set_title bool\n" " ncurses_enable_mouse bool\n"