From 04af34e3c34a8c125a860f5b1440ca5e09ebc13e Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 8 Dec 2022 22:04:49 -0600 Subject: [PATCH] Change version syntax --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index abc6632..002d6bf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -289,7 +289,7 @@ fn process_args(mut args: Vec) -> (Vec, HashMap<&'static str, bo settings.entry("directory").and_modify(|x| *x = true); } "--version" | "-v" => { - println!("{}", VERSION); + println!("movie_rename {}", VERSION); exit(0); } other => {