commit 64167c2715578bb544b2002757d6455ac4c13d72 Author: David Fifield david@bamsoftware.com Date: Wed Mar 13 01:45:49 2013 -0700
Formatting. --- flashproxy-reg-url | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/flashproxy-reg-url b/flashproxy-reg-url index dc953c1..dcd4ec1 100755 --- a/flashproxy-reg-url +++ b/flashproxy-reg-url @@ -1,10 +1,10 @@ #!/usr/bin/env python
import base64 +import getopt +import re import socket import sys -import re -import getopt import urlparse
from M2Crypto import RSA, BIO @@ -19,8 +19,8 @@ def usage(f = sys.stdout): print >> f, """\ Usage: %(progname)s REMOTE[:PORT] Print a URL, which, when retrieved, will cause the client address -REMOTE[:PORT] to be registered with the flash proxy facilitator. The default -PORT is %(port)d. +REMOTE[:PORT] to be registered with the flash proxy facilitator. The +default PORT is %(port)d.
-f, --facilitator=URL register with the given facilitator (by default "%(fac_url)s").
tor-commits@lists.torproject.org