Skip to content

Commit

Permalink
Fix help text on the main command
Browse files Browse the repository at this point in the history
Signed-off-by: Radu Matei <radu.matei@fermyon.com>
  • Loading branch information
radu-matei committed Apr 21, 2024
1 parent e6f28ce commit 672ff29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 672ff29

Please sign in to comment.