From ffc942a95b7629b52b018cc00c6013c467fcc5b0 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Sat, 28 Sep 2024 13:35:43 +0300 Subject: [PATCH] Update cli/src/main.rs Co-authored-by: Christian Clason --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main.rs b/cli/src/main.rs index d6c9a429..c71c386d 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -451,7 +451,7 @@ impl Init { impl Generate { fn run(self, mut loader: loader::Loader, current_dir: &Path) -> Result<()> { if self.no_bindings { - eprint!("The --no-bindings flag is now a no-op and will be removed in v0.25.0"); + eprint!("The --no-bindings flag is no longer used and will be removed in v0.25.0"); } if self.log { logger::init();