Fix description of ui_options
This commit is contained in:
parent
2659912220
commit
3ca424d10f
|
@ -381,7 +381,7 @@ void register_options()
|
||||||
"fs_check_timeout", "timeout, in milliseconds, between file system buffer modification checks",
|
"fs_check_timeout", "timeout, in milliseconds, between file system buffer modification checks",
|
||||||
500);
|
500);
|
||||||
reg.declare_option("ui_options",
|
reg.declare_option("ui_options",
|
||||||
"colon separated list of <key>=<value> options that are "
|
"space separated list of <key>=<value> options that are "
|
||||||
"passed to and interpreted by the user interface\n"
|
"passed to and interpreted by the user interface\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The ncurses ui supports the following options:\n"
|
"The ncurses ui supports the following options:\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user