2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-10 13:10:54 +00:00

stop fighting with tabs

This commit is contained in:
dvkt 2020-01-08 12:31:48 -08:00
parent 032c10d6ec
commit f90f4aef7e
2 changed files with 22 additions and 22 deletions

View File

@ -111,10 +111,10 @@ fn print_usage() {
"
Usage:
\tphetch [options] launch phetch in interactive mode
\tphetch [options] [url] open gopher url in interactive mode
phetch [options] launch phetch in interactive mode
phetch [options] [url] open gopher url in interactive mode
Options:
Options:
-t, --tls try to open all pages w/ tls
-r, --raw print raw gopher response only
@ -124,7 +124,7 @@ Options:
-h, --help show this screen
-v, --version show phetch version
Once you've launched phetch, use `ctrl-h` to view the on-line help. "
Once you've launched phetch, use `ctrl-h` to view the on-line help. "
);
}