diff --git a/cli/app.rs b/cli/app.rs index a42877bd4..4746edd69 100644 --- a/cli/app.rs +++ b/cli/app.rs @@ -583,7 +583,7 @@ impl Limbo { std::process::exit(args.code); } Command::Quit => { - let _ = self.writeln("Exiting Limbo SQL Shell."); + let _ = self.writeln("Exiting Turso SQL Shell."); let _ = self.close_conn(); self.save_history(); std::process::exit(0)