diff --git a/src/main.rs b/src/main.rs index 4ae1969..edae656 100644 --- a/src/main.rs +++ b/src/main.rs @@ -102,7 +102,7 @@ fn print_prefix(prefix: &str, color: colored::Color) { let _ = stderr.flush(); } -/// Simple program to greet a person +/// The WebAssembly Component repl. #[derive(Parser, Debug)] #[command(author, version, about, long_about = None)] struct Cli {