diff --git a/sqlx-cli/src/prepare.rs b/sqlx-cli/src/prepare.rs index 28f232bea..8a588ba1d 100644 --- a/sqlx-cli/src/prepare.rs +++ b/sqlx-cli/src/prepare.rs @@ -26,7 +26,7 @@ pub fn run(url: &str, cargo_args: Vec) -> 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() ); }