Change version syntax

This commit is contained in:
Sayantan Santra 2022-12-08 22:04:49 -06:00
parent d6f6425a0d
commit 04af34e3c3

View file

@ -289,7 +289,7 @@ fn process_args(mut args: Vec<String>) -> (Vec<String>, HashMap<&'static str, bo
settings.entry("directory").and_modify(|x| *x = true);
}
"--version" | "-v" => {
println!("{}", VERSION);
println!("movie_rename {}", VERSION);
exit(0);
}
other => {