I forgot whatt I changed
This commit is contained in:
parent
7ec6bf1c47
commit
1130e37ec3
@ -219,7 +219,7 @@ fn main() {
|
||||
|
||||
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();
|
||||
if link_to_follow == "q" {
|
||||
break 'mainloop;
|
||||
@ -233,6 +233,8 @@ fn main() {
|
||||
q: quit
|
||||
h: help
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user