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