use the OPT_VERBOSE

Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
Sylvestre Ledru 2020-11-15 22:49:01 +01:00 committed by GitHub
parent 4fec824421
commit 5718af023b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -342,7 +342,7 @@ fn behavior(matches: &ArgMatches) -> Result<Behavior, i32> {
main_function,
specified_mode,
suffix: backup_suffix.to_string(),
verbose: matches.is_present("v"),
verbose: matches.is_present(OPT_VERBOSE),
})
}