1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

rustfmt the od changes

This commit is contained in:
Sylvestre Ledru 2021-03-21 22:21:57 +01:00
parent 6c98415340
commit 21be280c5a

View file

@ -442,7 +442,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
.arg(
Arg::with_name(options::FILENAME)
.hidden(true)
.multiple(true)
.multiple(true),
)
.settings(&[
AppSettings::TrailingVarArg,