mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #3596 from cakebaker/fix_print_clash2
dircolors: update error message
This commit is contained in:
commit
7bd9ffa367
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||||
{
|
{
|
||||||
return Err(UUsageError::new(
|
return Err(UUsageError::new(
|
||||||
1,
|
1,
|
||||||
"the options to output dircolors' internal database and\nto select a shell \
|
"the options to output non shell syntax,\n\
|
||||||
syntax are mutually exclusive",
|
and to select a shell syntax are mutually exclusive",
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue