From aa22ea58cf7545a0267a8c3e1c883db9fc252a3a Mon Sep 17 00:00:00 2001 From: SeerLite Date: Tue, 27 Oct 2020 16:08:16 -0300 Subject: [PATCH] doc options: Clarify how to empty lists/maps --- doc/pages/options.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/pages/options.asciidoc b/doc/pages/options.asciidoc index 18668d70..a63fe39a 100644 --- a/doc/pages/options.asciidoc +++ b/doc/pages/options.asciidoc @@ -17,8 +17,9 @@ set-option [-add|-remove] ... <>). *current* relates to the narrowest scope in which the option is already set. -Multiple can be given as separate arguments when the option is a -list or map. +When the option is a list or a map, multiple can be given as +separate arguments, or can be omitted altogether in order to empty the +option. If `-add` or `-remove` is specified, the new value is respectively *added* to or *removed* from the current one instead of replacing it (the exact