mirror of
https://github.com/xvxx/phetch
synced 2024-11-05 00:00:58 +00:00
stop fighting with tabs
This commit is contained in:
parent
032c10d6ec
commit
f90f4aef7e
18
README.md
18
README.md
@ -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.
|
||||
|
||||
|
26
src/main.rs
26
src/main.rs
@ -109,22 +109,22 @@ fn print_usage() {
|
||||
print_version();
|
||||
println!(
|
||||
"
|
||||
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
|
||||
-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. "
|
||||
-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…
Reference in New Issue
Block a user