mirror of
https://git.proxmox.com/git/vma-to-pbs
synced 2025-04-28 12:41:11 +00:00
include binary name in --version output
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
e4e5fec1f6
commit
33b8067b63
@ -119,7 +119,7 @@ fn parse_args() -> Result<BackupVmaToPbsArgs, Error> {
|
||||
print!("{CMD_HELP}");
|
||||
std::process::exit(0);
|
||||
} else if args.contains(["-V", "--version"]) {
|
||||
println!("Version: {VERSION}");
|
||||
println!("vma-to-pbs version {VERSION}");
|
||||
std::process::exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user