summaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-09-08 16:18:28 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-09-08 16:18:28 +0200
commit8a61bd635aaa17ee50118bafaa67b2134e695e09 (patch)
treefa6ae58ddfc3e64b17170731fc869fa6848c3681 /qutebrowser
parent95cd5255f2c79b64751eb358ee0080ed1eeeb893 (diff)
downloadqutebrowser-8a61bd635aaa17ee50118bafaa67b2134e695e09.tar.gz
qutebrowser-8a61bd635aaa17ee50118bafaa67b2134e695e09.zip
Improve docs for URL patterns
Closes #6454, see #5069
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/config/configcommands.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/qutebrowser/config/configcommands.py b/qutebrowser/config/configcommands.py
index 143b02fca..62fc87f81 100644
--- a/qutebrowser/config/configcommands.py
+++ b/qutebrowser/config/configcommands.py
@@ -101,7 +101,7 @@ class ConfigCommands:
Args:
option: The name of the option.
value: The value to set.
- pattern: The URL pattern to use.
+ pattern: The link:configuring{outfilesuffix}#patterns[URL pattern] to use.
temp: Set value temporarily until qutebrowser is closed.
print_: Print the value after setting.
"""
@@ -205,7 +205,7 @@ class ConfigCommands:
Args:
option: The name of the option.
values: The values to cycle through.
- pattern: The URL pattern to use.
+ pattern: The link:configuring{outfilesuffix}#patterns[URL pattern] to use.
temp: Set value temporarily until qutebrowser is closed.
print_: Print the value after setting.
"""
@@ -259,7 +259,7 @@ class ConfigCommands:
Args:
option: The name of the option.
- pattern: The URL pattern to use.
+ pattern: The link:configuring{outfilesuffix}#patterns[URL pattern] to use.
temp: Set value temporarily until qutebrowser is closed.
"""
parsed_pattern = self._parse_pattern(pattern)