From ac08a1fa75480e423380ab204b4ddbc14fa5feb7 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Wed, 17 Feb 2016 16:02:05 +0200 Subject: [PATCH] Format the options' documentation properly --- src/main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cc b/src/main.cc index 8ea034ab..319c8ff0 100644 --- a/src/main.cc +++ b/src/main.cc @@ -252,8 +252,8 @@ void register_options() " ncurses_enable_mouse bool\n" " ncurses_wheel_up_button int\n" " ncurses_wheel_down_button int\n" - " ncurses_buffer_padding_str str\n" - " ncurses_buffer_padding_type fill|single|off\n", + " ncurses_buffer_padding_str str\n" + " ncurses_buffer_padding_type fill|single|off\n", UserInterface::Options{}); reg.declare_option("modelinefmt", "format string used to generate the modeline", "%val{bufname} %val{cursor_line}:%val{cursor_char_column} "_str);