diff --git a/lighthouse/src/main.rs b/lighthouse/src/main.rs index aeb545664f..6ba806e4b7 100644 --- a/lighthouse/src/main.rs +++ b/lighthouse/src/main.rs @@ -26,7 +26,7 @@ fn bls_library_name() -> &'static str { fn main() { // Parse the CLI parameters. let matches = App::new("Lighthouse") - .version(VERSION) + .version(VERSION.replace("Lighthouse/", "").as_str()) .author("Sigma Prime ") .setting(clap::AppSettings::ColoredHelp) .about( @@ -37,7 +37,7 @@ fn main() { format!( "{}\n\ BLS Library: {}", - VERSION, bls_library_name() + VERSION.replace("Lighthouse/", ""), bls_library_name() ).as_str() ) .arg(