commit ad6f53846740e22f8914443ff0e7c021afce8bf3 Author: David Fifield david@bamsoftware.com Date: Sun May 19 01:07:44 2013 -0700
Reflow usage table. --- flashproxy-reg-appspot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/flashproxy-reg-appspot b/flashproxy-reg-appspot index 84af0a3..5d40c41 100755 --- a/flashproxy-reg-appspot +++ b/flashproxy-reg-appspot @@ -74,12 +74,12 @@ Register with a flash proxy facilitator through a Google App Engine app. By default the remote address registered is "%(remote_addr)s" (the external IP address is guessed).
- -4 name lookups use only IPv4. - -6 name lookups use only IPv6. + -4 name lookups use only IPv4. + -6 name lookups use only IPv6. --facilitator-pubkey=FILENAME - encrypt registrations to the given PEM-formatted - public key (default built-in). - -h, --help show this help.\ + encrypt registrations to the given PEM-formatted + public key (default built-in). + -h, --help show this help.\ """ % { "progname": sys.argv[0], "remote_addr": format_addr((DEFAULT_REMOTE_ADDRESS, DEFAULT_REMOTE_PORT)),