diff options
author | Roger Dingledine <arma@torproject.org> | 2009-12-21 04:38:49 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-12-21 04:38:49 -0500 |
commit | 937607056b53bbb3d6c94b57d930e144de8e7c8c (patch) | |
tree | d14bcb611aeccb80ce8b00bbd7656fa956bab11f /src | |
parent | 22e07b4ead93914708b4579aa1241f7f4f4121a2 (diff) | |
download | tor-937607056b53bbb3d6c94b57d930e144de8e7c8c.tar.gz tor-937607056b53bbb3d6c94b57d930e144de8e7c8c.zip |
a changelog and doc fixes for the strictnodes work
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c index 0f6d99765f..e07a8250ee 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -551,8 +551,8 @@ static config_var_description_t options_description[] = { "to the SOCKSPort." }, /* SocksTimeout */ { "StrictNodes", "If set, Tor will fail to operate when none of the " - "configured EntryNodes, ExitNodes, ExcludeNodes, or ExcludeExitNodes " - "can be used." }, + "configured EntryNodes or ExitNodes can be used (or if the usable ones " + "are listed in ExcludeNodes or ExcludeExitNodes)." }, /* TestSocks */ { "TrackHostsExit", "Hosts and domains which should, if possible, be " "accessed from the same exit node each time we connect to them." }, |