1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

comm: remove "comm" from error msg

This commit is contained in:
Daniel Hofstetter 2024-03-24 16:09:15 +01:00 committed by GitHub
parent 884ef1f54b
commit 5803d3b683
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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".
return Err(USimpleError::new(
1,
"comm: multiple conflicting output delimiters specified",
"multiple conflicting output delimiters specified",
));
}
}