diff --git a/src/main.cc b/src/main.cc index 2d7280d2..aa16ae5a 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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 = options that are" + "passed to and interpreted by the user interface", + UserInterface::Options{}); } template