From 0e52cc3ec93912fd3fa3ecf6de833aef0c540a60 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 24 Nov 2014 07:03:11 +0100 Subject: [PATCH] Adjust docs for hosts-file. --- qutebrowser/config/configdata.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index b8178e1cd..25f0b4077 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -507,7 +507,12 @@ DATA = collections.OrderedDict([ 'http://pgl.yoyo.org/adservers/serverlist.php?' 'hostformat=hosts&mimetype=plaintext,' 'http://hosts-file.net/download/hosts.zip'), - "List of URLs of lists which contain hosts to block."), + "List of URLs of lists which contain hosts to block.\n\n" + "The file can be in one of the following formats:\n\n" + "- An '/etc/hosts'-like file\n" + "- One host per line\n" + "- A zip-file of any of the above, with either only one file, or a " + "file named 'hosts' (with any extension)."), )), ('hints', sect.KeyValue(