[tor-commits] [sbws/master] Add man to msg on how to configure destinations
juga at torproject.org
juga at torproject.org
Thu Nov 1 08:19:26 UTC 2018
commit 88258d45b405a69d3a6e4145ccae858687c58462
Author: juga0 <juga at 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), ''
More information about the tor-commits
mailing list