From 908ade451bbf0d1d1487866e693386d022f8eb67 Mon Sep 17 00:00:00 2001 From: dvkt Date: Fri, 10 Jan 2020 19:01:58 -0800 Subject: [PATCH] add -T to manpage --- doc/phetch.1 | 9 ++++++++- doc/phetch.1.md | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/phetch.1 b/doc/phetch.1 index 25ce4af..1a09877 100644 --- a/doc/phetch.1 +++ b/doc/phetch.1 @@ -4,7 +4,7 @@ .nh .ad l .\" Begin generated content: -.TH "PHETCH" "1" "2020-01-09" +.TH "PHETCH" "1" "2020-01-11" .P .SH NAME .P @@ -36,6 +36,13 @@ Print the raw Gopher server response of \fIURL\fR and exit. Attempt to fetch all pages over TLS. .P .RE +\fB-T\fR, \fB--tor\fR +.RS 4 +Make all connections using a local Tor proxy. +Set the TOR_PROXY env variable to use an address other than the +Tor default of 127.0.0.1:9050. +.P +.RE \fB-h\fR, \fB--help\fR .RS 4 Print a help summary and exit. diff --git a/doc/phetch.1.md b/doc/phetch.1.md index ba3221b..3b363ae 100644 --- a/doc/phetch.1.md +++ b/doc/phetch.1.md @@ -22,6 +22,11 @@ phetch - quick lil gopher client *-t*, *--tls* Attempt to fetch all pages over TLS. +*-T*, *--tor* + Make all connections using a local Tor proxy. + Set the TOR_PROXY env variable to use an address other than the + Tor default of 127.0.0.1:9050. + *-h*, *--help* Print a help summary and exit.