summaryrefslogtreecommitdiff
path: root/src/chcon.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-26 17:40:28 +0100
committerJim Meyering <meyering@redhat.com>2008-01-26 17:40:28 +0100
commitae17ae779e105942639ae7a29d3cb10f7ba9639c (patch)
treea58a3e0974a0281bb63bc7f6a501b289679d434a /src/chcon.c
parentca3de82a181dfb3b6627e4a3a7abcdbe24904b56 (diff)
downloadcoreutils-ae17ae779e105942639ae7a29d3cb10f7ba9639c.tar.xz
chcon: correct description of --no-dereference (-h) option.
* src/chcon.c (usage): Remove invalid reference to lchown. Reported by Göran Uddeborg.
Diffstat (limited to 'src/chcon.c')
-rw-r--r--src/chcon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chcon.c b/src/chcon.c
index 35296becc..ecd5236a6 100644
--- a/src/chcon.c
+++ b/src/chcon.c
@@ -1,5 +1,5 @@
/* chcon -- change security context of files
- Copyright (C) 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2005-2008 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -373,7 +373,6 @@ With --reference, change the security context of each FILE to that of RFILE.\n\
\n\
-c, --changes like verbose but report only when a change is made\n\
-h, --no-dereference affect symbolic links instead of any referenced file\n\
- (available only on systems with lchown system call)\n\
"), stdout);
fputs (_("\
--reference=RFILE use RFILE's security context rather than specifying\n\