This commit is contained in:
Felix Schütt
2022-10-10 12:04:48 +02:00
parent 6f15d1a8a1
commit 03fe253441

View File

@@ -364,7 +364,7 @@ fn print_help(verbose: bool) -> Result<(), anyhow::Error> {
#[allow(unused_mut, clippy::vec_init_then_push)]
fn print_version(verbose: bool) -> Result<(), anyhow::Error> {
if !verbose {
println!("{}", env!("CARGO_PKG_VERSION"));
println!("wasmer {}", env!("CARGO_PKG_VERSION"));
} else {
println!(
"wasmer {} ({} {})",