From 3c18da471d50d43273441a3a3caf596effb4ed91 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 6 Jun 2022 14:56:46 +0200 Subject: [PATCH] dircolors: update error message --- src/uu/dircolors/src/dircolors.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uu/dircolors/src/dircolors.rs b/src/uu/dircolors/src/dircolors.rs index 4062b0b7a..d175ccfb3 100644 --- a/src/uu/dircolors/src/dircolors.rs +++ b/src/uu/dircolors/src/dircolors.rs @@ -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", )); }