diff --git a/README.asciidoc b/README.asciidoc index fea1101b6..7a1ef8bf2 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -171,8 +171,8 @@ Contributors, sorted by the number of commits in descending order: * Thorsten Wißmann * Austin Anderson * Jimmy -* Spreadyy * Niklas Haas +* Spreadyy * Alexey "Averrin" Nabrodov * nanjekyejoannah * avk diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 5d9207dff..283acdf9f 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -733,7 +733,7 @@ Save a session. [[set]] === set -Syntax: +:set [*--temp*] [*--print*] ['section'] ['option'] ['value']+ +Syntax: +:set [*--temp*] [*--print*] ['section'] ['option'] ['values' ['values' ...]]+ Set an option. @@ -742,7 +742,7 @@ If the option name ends with '?', the value of the option is shown instead. If t ==== positional arguments * +'section'+: The section where the option is in. * +'option'+: The name of the option. -* +'value'+: The value to set. +* +'values'+: The value to set, or the values to cycle through. ==== optional arguments * +*-t*+, +*--temp*+: Set value temporarily.