Merge pull request #3596 from cakebaker/fix_print_clash2

dircolors: update error message
This commit is contained in:
Sylvestre Ledru 2022-06-06 21:13:14 +02:00 committed by GitHub
commit 7bd9ffa367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,8 +83,8 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
{
return Err(UUsageError::new(
1,
"the options to output dircolors' internal database and\nto select a shell \
syntax are mutually exclusive",
"the options to output non shell syntax,\n\
and to select a shell syntax are mutually exclusive",
));
}