From 032c10d6ec38285e2657ab08599cc5983b39ec04 Mon Sep 17 00:00:00 2001 From: dvkt Date: Tue, 7 Jan 2020 12:12:37 -0800 Subject: [PATCH] more space --- src/main.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main.rs b/src/main.rs index 4c2c142..5b1e9d8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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. " );