commit 1cb5a8a751105d3741c1e3486a20b982fdabce64 Author: David Fifield david@bamsoftware.com Date: Wed Oct 9 23:54:41 2013 -0700
Add some missing options to man pages. --- doc/flashproxy-reg-appspot.1.txt | 9 +++++++++ doc/flashproxy-reg-email.1.txt | 3 +++ doc/flashproxy-reg-http.1.txt | 3 +++ 3 files changed, 15 insertions(+)
diff --git a/doc/flashproxy-reg-appspot.1.txt b/doc/flashproxy-reg-appspot.1.txt index df4a862..55e781d 100644 --- a/doc/flashproxy-reg-appspot.1.txt +++ b/doc/flashproxy-reg-appspot.1.txt @@ -30,6 +30,12 @@ Requires the **flashproxy-reg-url** program.
OPTIONS ------- +**-4**:: + Name lookups use only IPv4. + +**-6**:: + Name lookups use only IPv6. + **--disable-pin**:: Don't check the server's public key against a list of known pins. You can use this if the server's public key has changed and this @@ -41,6 +47,9 @@ OPTIONS **-h**, **--help**:: Display help message and exit.
+**--unsafe-logging**:: + Don't scrub IP addresses from logs. + SEE ALSO -------- **http://crypto.stanford.edu/flashproxy/** diff --git a/doc/flashproxy-reg-email.1.txt b/doc/flashproxy-reg-email.1.txt index 9267975..90a2e49 100644 --- a/doc/flashproxy-reg-email.1.txt +++ b/doc/flashproxy-reg-email.1.txt @@ -58,6 +58,9 @@ OPTIONS **-s**, **--smtp**=__HOST__[:__PORT__]:: Use the given SMTP server (default is "gmail-smtp-in.l.google.com:25").
+**--unsafe-logging**:: + Don't scrub IP addresses from logs. + SEE ALSO -------- **http://crypto.stanford.edu/flashproxy/** diff --git a/doc/flashproxy-reg-http.1.txt b/doc/flashproxy-reg-http.1.txt index 8f23a21..ca1f801 100644 --- a/doc/flashproxy-reg-http.1.txt +++ b/doc/flashproxy-reg-http.1.txt @@ -33,6 +33,9 @@ OPTIONS **-h**, **--help**:: Display help message and exit.
+**--unsafe-logging**:: + Don't scrub IP addresses from logs. + SEE ALSO -------- **http://crypto.stanford.edu/flashproxy/**
tor-commits@lists.torproject.org