mirror of
https://github.com/uutils/coreutils
synced 2025-01-22 01:45:24 +00:00
fix
This commit is contained in:
parent
21cf0b41ab
commit
50c8bd4c6b
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||||
Err("invalid input: The '--delimiter' ('-d') option only usable if printing a sequence of fields".into())
|
Err("invalid input: The '--delimiter' ('-d') option only usable if printing a sequence of fields".into())
|
||||||
}
|
}
|
||||||
Mode::Bytes(_, _) | Mode::Characters(_, _)
|
Mode::Bytes(_, _) | Mode::Characters(_, _)
|
||||||
if matches.contains_id(options::WHITESPACE_DELIMITED) =>
|
if matches.get_flag(options::WHITESPACE_DELIMITED) =>
|
||||||
{
|
{
|
||||||
Err("invalid input: The '-w' option only usable if printing a sequence of fields".into())
|
Err("invalid input: The '-w' option only usable if printing a sequence of fields".into())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue