I forgot whatt I changed

This commit is contained in:
deadvey 2025-01-07 22:32:32 +00:00
parent 7ec6bf1c47
commit 1130e37ec3

View File

@ -219,7 +219,7 @@ fn main() {
println!("{}:{}/{}", host, port, path); println!("{}:{}/{}", host, port, path);
println!("Enter link number to follow, r to reload this page, h for help, or q to quit"); println!("Enter link number to follow, h for help, or q to quit");
let link_to_follow = input(); let link_to_follow = input();
if link_to_follow == "q" { if link_to_follow == "q" {
break 'mainloop; break 'mainloop;
@ -233,6 +233,8 @@ fn main() {
q: quit q: quit
h: help h: help
r: reload r: reload
i: visit root index of this host eg: root index of mttp://deadvey.com/blog/4.md is just deadvey.com
b: go back in history
"); ");
} }
else { else {