[tor-commits] [flashproxy/master] Align option table columns.
dcf at torproject.org
dcf at torproject.org
Thu Oct 10 07:00:38 UTC 2013
commit 663ec51624ac076ae069738a019d02e79151719d
Author: David Fifield <david at bamsoftware.com>
Date: Wed Oct 9 23:59:38 2013 -0700
Align option table columns.
---
flashproxy-reg-appspot | 14 +++++++-------
flashproxy-reg-email | 2 +-
flashproxy-reg-http | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/flashproxy-reg-appspot b/flashproxy-reg-appspot
index bcdab6b..139cd1e 100755
--- a/flashproxy-reg-appspot
+++ b/flashproxy-reg-appspot
@@ -84,14 +84,14 @@ 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.
- --disable-pin don't check server public key against a known pin.
+ -4 name lookups use only IPv4.
+ -6 name lookups use only IPv6.
+ --disable-pin don't check server public key against a known pin.
--facilitator-pubkey=FILENAME
- encrypt registrations to the given PEM-formatted
- public key (default built-in).
- -h, --help show this help.
- --unsafe-logging don't scrub IP addresses from logs.\
+ encrypt registrations to the given PEM-formatted
+ public key (default built-in).
+ -h, --help show this help.
+ --unsafe-logging don't scrub IP addresses from logs.\
""" % {
"progname": sys.argv[0],
"remote_addr": format_addr((DEFAULT_REMOTE_ADDRESS, DEFAULT_REMOTE_PORT)),
diff --git a/flashproxy-reg-email b/flashproxy-reg-email
index ab39390..3fdaf90 100755
--- a/flashproxy-reg-email
+++ b/flashproxy-reg-email
@@ -119,7 +119,7 @@ This program requires the M2Crypto library for Python.
-h, --help show this help.
-s, --smtp=HOST[:PORT] use the given SMTP server
(default "%(smtp_addr)s").
- --unsafe-logging don't scrub IP addresses from logs.\
+ --unsafe-logging don't scrub IP addresses from logs.\
""" % {
"progname": sys.argv[0],
"remote_addr": format_addr((DEFAULT_REMOTE_ADDRESS, DEFAULT_REMOTE_PORT)),
diff --git a/flashproxy-reg-http b/flashproxy-reg-http
index f0014d9..2c2f274 100755
--- a/flashproxy-reg-http
+++ b/flashproxy-reg-http
@@ -30,7 +30,7 @@ remote address registered is "%(remote_addr)s".
-f, --facilitator=URL register with the given facilitator
(default "%(fac_url)s").
-h, --help show this help.
- --unsafe-logging don't scrub IP addresses from logs.\
+ --unsafe-logging don't scrub IP addresses from logs.\
""" % {
"progname": sys.argv[0],
"fac_url": DEFAULT_FACILITATOR_URL,
More information about the tor-commits
mailing list