diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/exitlist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/exitlist b/contrib/exitlist index 5c737dbd8d..2c74b59d61 100755 --- a/contrib/exitlist +++ b/contrib/exitlist @@ -1,12 +1,12 @@ #!/usr/bin/python -# Copyright 2005 Nick Mathewson +# Copyright 2005-2006 Nick Mathewson # See the LICENSE file in the Tor distribution for licensing information. """ exitlist -- Given a Tor directory on stdin, lists the Tor servers that accept connections to given addreses. - example usage (Tor 0.1.0.16 and ealier): + example usage (Tor 0.1.0.16 and earlier): python2.2 exitlist < ~/.tor/cached-directory |