We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba43ee4 commit 1619136Copy full SHA for 1619136
src/bin/uudoc.rs
@@ -20,7 +20,9 @@ fn main() -> io::Result<()> {
20
21
if tldr_zip.is_none() {
22
println!("Warning: No tldr archive found, so the documentation will not include examples.");
23
- println!("To include examples in the documentation, download the tldr archive and put it in the docs/ folder.");
+ println!(
24
+ "To include examples in the documentation, download the tldr archive and put it in the docs/ folder."
25
+ );
26
println!();
27
println!(" curl https://tldr.sh/assets/tldr.zip -o docs/tldr.zip");
28
0 commit comments