mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix
This commit is contained in:
@@ -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())
|
||||
}
|
||||
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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user