summaryrefslogtreecommitdiff
path: root/qutebrowser/commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/commands/__init__.py')
-rw-r--r--qutebrowser/commands/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/commands/__init__.py b/qutebrowser/commands/__init__.py
index 4a4edc53b..2d196ab49 100644
--- a/qutebrowser/commands/__init__.py
+++ b/qutebrowser/commands/__init__.py
@@ -27,7 +27,7 @@ For command arguments, there are also some variables you can use:
- `{url}` expands to the URL of the current page
- `{url:pretty}` expands to the URL in decoded format
- `{url:host}`, `{url:domain}`, `{url:auth}`, `{url:scheme}`, `{url:username}`,
- `{url:password}`, `{url:host}`, `{url:port}`, `{url:path}` and `{url:query}`
+ `{url:password}`, `{url:port}`, `{url:path}` and `{url:query}`
expand to the respective parts of the current URL
- `{title}` expands to the current page's title
- `{clipboard}` expands to the clipboard contents