Improve ui_options docstring
This commit is contained in:
parent
ea67724ff5
commit
491ffc4ffd
|
@ -224,8 +224,9 @@ void register_options()
|
|||
"autoreload buffer when a filesystem modification is detected",
|
||||
Ask);
|
||||
reg.declare_option("ui_options",
|
||||
"options passed to UI as a string map",
|
||||
UserInterface::Options());
|
||||
"colon separated list of <key>=<value> options that are"
|
||||
"passed to and interpreted by the user interface",
|
||||
UserInterface::Options{});
|
||||
}
|
||||
|
||||
template<typename UI>
|
||||
|
|
Loading…
Reference in New Issue
Block a user