commit 88258d45b405a69d3a6e4145ccae858687c58462 Author: juga0 juga@riseup.net Date: Wed Oct 31 19:26:45 2018 +0000
Add man to msg on how to configure destinations --- sbws/lib/destination.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sbws/lib/destination.py b/sbws/lib/destination.py index a8087e2..d01fd04 100644 --- a/sbws/lib/destination.py +++ b/sbws/lib/destination.py @@ -235,8 +235,8 @@ class DestinationList: conf.getint('scanner', 'max_download_size'))) if len(dests) < 1: msg = 'No enabled destinations in config. Please see '\ - '"docs/source/man_sbws.ini.rst" for help adding and '\ - 'enabling destinations' + 'docs/source/man_sbws.ini.rst" or "man 5 sbws.ini" ' \ + 'for help adding and enabling destinations.' return None, msg return DestinationList(conf, dests, circuit_builder, relay_list, controller), ''
tor-commits@lists.torproject.org