cli: Add CLI commit SHA-1 to help
This commit is contained in:
parent
241c41a632
commit
b4c3bee39d
|
|
@ -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})")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue