summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank LENORMAND <lenormf@gmail.com>2016-02-17 16:02:05 +0200
committerFrank LENORMAND <lenormf@gmail.com>2016-02-17 16:02:05 +0200
commitac08a1fa75480e423380ab204b4ddbc14fa5feb7 (patch)
treeea1f47ac434a5c61164a1df6a768c48938b690f5 /src
parent72cfa654480cfc5f25136cc2f3674ed432f8f9c5 (diff)
Format the options' documentation properly
Diffstat (limited to 'src')
-rw-r--r--src/main.cc4
1 files 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);