advertise ctrl-h

pull/6/head
dvkt 5 years ago
parent f4caf93f12
commit f6837937b5

@ -15,13 +15,13 @@
## usage ## usage
phetch # Launch and show start page. phetch launch and show start page
phetch <gopher-url> # Launch and show Gopherhole at URL. phetch <gopher-url> open gopherhole at url
phetch -r <gopher-url> # Print raw Gopher response. phetch -r, --raw <gopher-url> print raw gopher response
phetch -h # Show help. phetch -h, --help show this screen
phetch -v # Show version. phetch -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.
## installation ## installation

@ -53,12 +53,14 @@ fn print_version() {
fn print_usage() { fn print_usage() {
println!( println!(
"Usage: "Usage:
phetch # Launch and show start page. phetch launch and show start page
phetch <gopher-url> # Open Gopherhole at URL. phetch <gopher-url> open gopherhole at url
phetch -r, --raw <gopher-url> # Print raw Gopher response. phetch -r, --raw <gopher-url> print raw gopher response
phetch -h, --help # Show this screen. phetch -h, --help show this screen
phetch -v, --version # Show phetch version." phetch -v, --version show phetch version
Once you've launched phetch, use `ctrl-h` to view the on-line help."
); );
} }

Loading…
Cancel
Save