mirror of
https://github.com/SinTan1729/movie-rename.git
synced 2024-12-26 12:18:37 -06:00
Change version syntax
This commit is contained in:
parent
d6f6425a0d
commit
04af34e3c3
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue