summaryrefslogtreecommitdiffstats
path: root/src/uu/chcon/src/chcon.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/uu/chcon/src/chcon.rs')
-rw-r--r--src/uu/chcon/src/chcon.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uu/chcon/src/chcon.rs b/src/uu/chcon/src/chcon.rs
index ec111c853..ddbaec98b 100644
--- a/src/uu/chcon/src/chcon.rs
+++ b/src/uu/chcon/src/chcon.rs
@@ -163,7 +163,7 @@ pub fn uu_app() -> Command {
.arg(
Arg::new(options::dereference::DEREFERENCE)
.long(options::dereference::DEREFERENCE)
- .conflicts_with(options::dereference::NO_DEREFERENCE)
+ .overrides_with(options::dereference::NO_DEREFERENCE)
.help(
"Affect the referent of each symbolic link (this is the default), \
rather than the symbolic link itself.",