updated some documentation

This commit is contained in:
2023-03-06 21:51:37 +01:00
parent fa3d7cfdc4
commit 33f9fb2764
3 changed files with 3 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ fn exec_command(command: &mut process::Command) -> Result<(), String> {
}
} else {
println!("{}", result.unwrap_err());
return Err("asciidoctor not installed. You may need to run docki setup!".to_string());
return Err("asciidoctor not installed. For more information run docki health!".to_string());
}
}