diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/help/commands.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index d141eff0e..b1ba0b83c 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -15,7 +15,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 |