summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configcommands.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/config/configcommands.py')
-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)