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:
parent
6c98415340
commit
21be280c5a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue