Merge pull request #254 from aparcar/manual

build: add link to manual
This commit is contained in:
Ilka Schulz
2024-03-05 12:26:51 +01:00
committed by GitHub
+1 -2
View File
@@ -30,8 +30,7 @@ fn generate_man() -> String {
return man;
}
// TODO: Link to online manual here
"Cannot render manual page\n".into()
"Cannot render manual page. Please visit https://rosenpass.eu/docs/manuals/\n".into()
}
fn man() {