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

dircolors: update error message

This commit is contained in:
Daniel Hofstetter 2022-06-06 14:56:46 +02:00
parent fc5aedfbb7
commit 3c18da471d

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