cli: Add CLI commit SHA-1 to help

This commit is contained in:
Adam Szkoda 2023-03-21 12:50:28 +01:00 committed by Alexis Sellier
parent 241c41a632
commit b4c3bee39d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ fn print_version() {
if VERSION.contains("-dev") {
println!("{NAME} {VERSION}+{GIT_HEAD}")
} else {
println!("{NAME} {VERSION}")
println!("{NAME} {VERSION} ({GIT_HEAD})")
}
}