diff --git a/src/uu/chmod/src/chmod.rs b/src/uu/chmod/src/chmod.rs index 3c387b5f8..d13257437 100644 --- a/src/uu/chmod/src/chmod.rs +++ b/src/uu/chmod/src/chmod.rs @@ -267,7 +267,7 @@ impl Chmoder { return Err(USimpleError::new( 1, format!( - "it is dangerous to operate recursively on {}\nuse --no-preserve-root to override this failsafe", + "it is dangerous to operate recursively on {}\nchmod: use --no-preserve-root to override this failsafe", filename.quote() ) ));