From 491ffc4ffdaac291b87409d7e0e52a4a702cf04e Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 16 Apr 2015 11:35:52 +0100 Subject: [PATCH] Improve ui_options docstring --- src/main.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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