commit 5019a7999d2fad0c036e06cc9bb59fe4a77db33e Author: David Fifield david@bamsoftware.com Date: Mon Sep 24 00:32:54 2012 -0700
--help alignment. --- flashproxy-client | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/flashproxy-client b/flashproxy-client index 692a0f0..14ea1bc 100755 --- a/flashproxy-client +++ b/flashproxy-client @@ -70,7 +70,7 @@ register in some way in order to get any service. The --facilitator option allows controlling which facilitator is used; if omitted, it uses a public default.
- --daemon daemonize (Unix only). + --daemon daemonize (Unix only). -f, --facilitator=URL advertise willingness to receive connections to URL. -h, --help show this help. -l, --log FILENAME write log to FILENAME (default stdout). @@ -78,7 +78,7 @@ default. -r, --register register with the facilitator. --register-addr=ADDR register the given address (in case it differs from REMOTE). Implies --register. - --unsafe-logging don't scrub IP addresses from logs.\ + --unsafe-logging don't scrub IP addresses from logs.\ """ % { "progname": sys.argv[0], "local_port": DEFAULT_LOCAL_PORT,
tor-commits@lists.torproject.org