mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 15:37:47 +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,
|
main_function,
|
||||||
specified_mode,
|
specified_mode,
|
||||||
suffix: backup_suffix.to_string(),
|
suffix: backup_suffix.to_string(),
|
||||||
verbose: matches.is_present("v"),
|
verbose: matches.is_present(OPT_VERBOSE),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue