stop fighting with tabs

pull/14/head
dvkt 4 years ago
parent 032c10d6ec
commit f90f4aef7e

@ -27,18 +27,18 @@ the gophersphere.
Usage:
phetch [options] launch phetch in interactive mode
phetch [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:
-t, --tls try to open all pages w/ tls
-r, --raw print raw gopher response only
-p, --print print rendered gopher response only
-l, --local connect to 127.0.0.1:7070
-h, --help show this screen
-v, --version show phetch version
-t, --tls try to open all pages w/ tls
-r, --raw print raw gopher response only
-p, --print print rendered gopher response only
-l, --local connect to 127.0.0.1:7070
-h, --help show this screen
-v, --version show phetch version
Once you've launched phetch, use `ctrl-h` to view the on-line help.

@ -109,22 +109,22 @@ fn print_usage() {
print_version();
println!(
"
Usage:
\tphetch [options] launch phetch in interactive mode
\tphetch [options] [url] open gopher url in interactive mode
Options:
-t, --tls try to open all pages w/ tls
-r, --raw print raw gopher response only
-p, --print print rendered gopher response only
-l, --local connect to 127.0.0.1:7070
-h, --help show this screen
-v, --version show phetch version
Once you've launched phetch, use `ctrl-h` to view the on-line help. "
Usage:
phetch [options] launch phetch in interactive mode
phetch [options] [url] open gopher url in interactive mode
Options:
-t, --tls try to open all pages w/ tls
-r, --raw print raw gopher response only
-p, --print print rendered gopher response only
-l, --local connect to 127.0.0.1:7070
-h, --help show this screen
-v, --version show phetch version
Once you've launched phetch, use `ctrl-h` to view the on-line help. "
);
}

Loading…
Cancel
Save