diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index fbe1a8460..1a690339b 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -88,7 +88,7 @@ FLAGS: } if args.display_version { - println!("helix {}", VERSION_AND_GIT_HASH); + println!("evil-helix {}", VERSION_AND_GIT_HASH); std::process::exit(0); }