commit 5f57d01f76da5509aee2879a9cc6bb4adc42dc4e Author: David Fifield david@bamsoftware.com Date: Sun Sep 23 15:10:41 2012 -0700
Newlines in usage. --- experiments/facilitator-graph.py | 2 +- facilitator/facilitator | 1 + flashproxy-client | 1 + 3 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/experiments/facilitator-graph.py b/experiments/facilitator-graph.py index 41271a7..1356916 100755 --- a/experiments/facilitator-graph.py +++ b/experiments/facilitator-graph.py @@ -16,8 +16,8 @@ POLL_INTERVAL = 10.0 def usage(f = sys.stdout): print >> f, """\ Usage: %s -o OUTPUT [INPUTFILE] - Makes a graph of flash proxy counts from a facilitator log. + -h, --help show this help. -o, --output=OUTPUT output file name (required).\ """ % sys.argv[0] diff --git a/facilitator/facilitator b/facilitator/facilitator index 9d8d3af..64fe952 100755 --- a/facilitator/facilitator +++ b/facilitator/facilitator @@ -42,6 +42,7 @@ def usage(f = sys.stdout): Usage: %(progname)s -r RELAY <OPTIONS> Flash proxy facilitator: Register client addresses and serve them out again. Listen on 127.0.0.1 and port PORT (by default %(port)d). + -d, --debug don't daemonize, log to stdout. -h, --help show this help. -l, --log FILENAME write log to FILENAME (default "%(log)s"). diff --git a/flashproxy-client b/flashproxy-client index 7b80f11..e80c879 100755 --- a/flashproxy-client +++ b/flashproxy-client @@ -68,6 +68,7 @@ be sent to the facilitator so that proxies can connect to you. You need to 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). -f, --facilitator=URL advertise willingness to receive connections to URL. -h, --help show this help.
tor-commits@lists.torproject.org