mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
comm: remove "comm" from error msg
This commit is contained in:
parent
884ef1f54b
commit
5803d3b683
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||||
// Note: This intentionally deviate from the GNU error message by inserting the word "conflicting".
|
// Note: This intentionally deviate from the GNU error message by inserting the word "conflicting".
|
||||||
return Err(USimpleError::new(
|
return Err(USimpleError::new(
|
||||||
1,
|
1,
|
||||||
"comm: multiple conflicting output delimiters specified",
|
"multiple conflicting output delimiters specified",
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue