mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
format
This commit is contained in:
parent
6516519af3
commit
1cc3f331e7
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ fn cut_fields<R: Read>(reader: R, ranges: &[Range], opts: &FieldOptions) -> URes
|
||||||
match opts.out_delimiter {
|
match opts.out_delimiter {
|
||||||
Some(ref delim) => delim,
|
Some(ref delim) => delim,
|
||||||
_ => "\t",
|
_ => "\t",
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if let Some(ref o_delim) = opts.out_delimiter {
|
if let Some(ref o_delim) = opts.out_delimiter {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue