diff options
Diffstat (limited to 'helix-term/src/main.rs')
-rw-r--r-- | helix-term/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index 0b55921a..75b1dfdc 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -141,7 +141,7 @@ FLAGS: } if args.display_version { - println!("{} {}", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION")); + println!("helix {}", env!("CARGO_PKG_VERSION")); std::process::exit(0); } |