Skip to content

Commit

Permalink
more space
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed Jan 7, 2020
1 parent 5a7161a commit 032c10d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ fn print_usage() {
Usage:
\tphetch [options] launch phetch in interactive mode
\tphetch [options] [url] open gopher url 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
-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
-h, --help show this screen
-v, --version show phetch version
Once you've launched phetch, use `ctrl-h` to view the on-line help. "
);
Expand Down

0 comments on commit 032c10d

Please sign in to comment.