Improve ui_options docstring

This commit is contained in:
Maxime Coste 2015-04-16 11:35:52 +01:00
parent ea67724ff5
commit 491ffc4ffd

View File

@ -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>