From f8b1e7739da4253fd2bba3efe1d430b86eeffc4f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 20 Feb 2018 17:23:24 +0100 Subject: [PATCH] Update docs --- doc/help/commands.asciidoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 9580fe578..0cd16259a 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -274,7 +274,8 @@ Set all settings back to their default. [[config-cycle]] === config-cycle -Syntax: +:config-cycle [*--temp*] [*--print*] 'option' ['values' ['values' ...]]+ +Syntax: +:config-cycle [*--url* 'url'] [*--temp*] [*--print*] + 'option' ['values' ['values' ...]]+ Cycle an option between multiple values. @@ -283,6 +284,7 @@ Cycle an option between multiple values. * +'values'+: The values to cycle through. ==== optional arguments +* +*-u*+, +*--url*+: The URL pattern to use. * +*-t*+, +*--temp*+: Set value temporarily until qutebrowser is closed. * +*-p*+, +*--print*+: Print the value after setting. @@ -1110,7 +1112,7 @@ Save a session. [[set]] === set -Syntax: +:set [*--temp*] [*--print*] ['option'] ['value']+ +Syntax: +:set [*--temp*] [*--print*] [*--url* 'url'] ['option'] ['value']+ Set an option. @@ -1123,6 +1125,7 @@ If the option name ends with '?', the value of the option is shown instead. Usin ==== optional arguments * +*-t*+, +*--temp*+: Set value temporarily until qutebrowser is closed. * +*-p*+, +*--print*+: Print the value after setting. +* +*-u*+, +*--url*+: The URL pattern to use. [[set-cmd-text]] === set-cmd-text