2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-15 00:12:50 +00:00

doc tweak

This commit is contained in:
dvkt 2020-01-07 09:17:04 -08:00
parent 1556e59a52
commit e868f4dc4e
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ the gophersphere.
phetch launch and show start page phetch launch and show start page
phetch <gopher-url> open gopher url phetch <gopher-url> open gopher url
phetch -t, --tls <gopher-url> attempt to open w/ tls phetch -t, --tls <gopher-url> try to open all pages w/ tls
phetch -r, --raw <gopher-url> print raw gopher response phetch -r, --raw <gopher-url> print raw gopher response
phetch -l, --local connect to 127.0.0.1:7070 phetch -l, --local connect to 127.0.0.1:7070
phetch -h, --help show this screen phetch -h, --help show this screen

View File

@ -75,7 +75,7 @@ fn print_usage() {
"Usage: "Usage:
phetch launch and show start page phetch launch and show start page
phetch <gopher-url> open gopherhole at url phetch <gopher-url> open gopherhole at url
phetch -t, --tls <gopher-url> attempt to open w/ tls phetch -t, --tls <gopher-url> try to open all pages w/ tls
phetch -r, --raw <gopher-url> print raw gopher response phetch -r, --raw <gopher-url> print raw gopher response
phetch -l, --local connect to 127.0.0.1:7070 phetch -l, --local connect to 127.0.0.1:7070
phetch -h, --help show this screen phetch -h, --help show this screen