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
+1 -1
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",
));
}
}