From 6a5c54be70a69e7de9c311fb44d3868203503206 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Wed, 4 Nov 2020 10:57:30 +0800 Subject: [PATCH] Add context of where to put the offline feature --- sqlx-cli/src/prepare.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlx-cli/src/prepare.rs b/sqlx-cli/src/prepare.rs index 28f232be..8a588ba1 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() ); }