browser.py: Updated help

This commit is contained in:
James Booth
2016-04-08 00:36:11 +01:00
parent 7c4f39a023
commit 6d80b2e4bb

View File

@@ -66,7 +66,8 @@ def prof_init(version, status):
"/browser",
"/browser <url>"
]
description = "View a URL in the systems default browser. If no argument is supplied, the last URL in the current chat or room will be used."
description = "View a URL in the systems default browser. If no argument is supplied, the last URL in the current chat or room will be used. " \
"Tab autocompletion will go through all previous links in the current chat/room"
args = [
[ "<url>", "URL to open in the browser" ]
]