mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
use the OPT_VERBOSE
Co-authored-by: Roy Ivy III <rivy.dev@gmail.com>
This commit is contained in:
parent
4fec824421
commit
5718af023b
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue