mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
format
This commit is contained in:
@@ -352,7 +352,7 @@ fn cut_fields<R: Read>(reader: R, ranges: &[Range], opts: &FieldOptions) -> URes
|
||||
match opts.out_delimiter {
|
||||
Some(ref delim) => delim,
|
||||
_ => "\t",
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
if let Some(ref o_delim) = opts.out_delimiter {
|
||||
|
||||
Reference in New Issue
Block a user