mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57: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(
|
||||||
Arg::with_name(options::FILENAME)
|
Arg::with_name(options::FILENAME)
|
||||||
.hidden(true)
|
.hidden(true)
|
||||||
.multiple(true)
|
.multiple(true),
|
||||||
)
|
)
|
||||||
.settings(&[
|
.settings(&[
|
||||||
AppSettings::TrailingVarArg,
|
AppSettings::TrailingVarArg,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue