diff --git a/src/risedevtool/src/bin/risedev-dev.rs b/src/risedevtool/src/bin/risedev-dev.rs index acb13473289e..c2e586802489 100644 --- a/src/risedevtool/src/bin/risedev-dev.rs +++ b/src/risedevtool/src/bin/risedev-dev.rs @@ -458,7 +458,7 @@ fn main() -> Result<()> { err.root_cause().to_string().trim(), ); println!( - "* Use `{}` to enable new compoenents, if they are missing.", + "* Use `{}` to enable new components, if they are missing.", style("./risedev configure").blue().bold(), ); println!(