Add context of where to put the offline feature

This commit is contained in:
Ivan Tham 2020-11-04 10:57:30 +08:00 committed by Austin Bonander
parent c45770da4e
commit 6a5c54be70

View file

@ -26,7 +26,7 @@ pub fn run(url: &str, cargo_args: Vec<String>) -> anyhow::Result<()> {
if data.is_empty() {
println!(
"{} no queries found; do you have the `offline` feature enabled",
"{} no queries found; do you have the `offline` feature enabled in sqlx?",
style("warning:").yellow()
);
}