summaryrefslogtreecommitdiff
path: root/doc/help
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-04 13:15:56 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-04 13:15:56 +0200
commita8d5ce13e8dd3e996d839d3bb80d2f391ff37100 (patch)
treefe3dbe3c2f06e7456d22d883cf41ad278b8b0d74 /doc/help
parented45c7fdc59ac376dc4b9a51811760aaabbd8ad8 (diff)
downloadqutebrowser-a8d5ce13e8dd3e996d839d3bb80d2f391ff37100.tar.gz
qutebrowser-a8d5ce13e8dd3e996d839d3bb80d2f391ff37100.zip
Add URL pattern support for :config-unset
See #5856
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/commands.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 8eca20caf..d8a6e761c 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -381,7 +381,7 @@ Read a config.py file.
[[config-unset]]
=== config-unset
-Syntax: +:config-unset [*--temp*] 'option'+
+Syntax: +:config-unset [*--pattern* 'pattern'] [*--temp*] 'option'+
Unset an option.
@@ -391,6 +391,7 @@ This sets an option back to its default and removes it from autoconfig.yml.
* +'option'+: The name of the option.
==== optional arguments
+* +*-u*+, +*--pattern*+: The URL pattern to use.
* +*-t*+, +*--temp*+: Set value temporarily until qutebrowser is closed.
[[config-write-py]]