]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
chcon: correct description of --no-dereference (-h) option.
authorJim Meyering <meyering@redhat.com>
Sat, 26 Jan 2008 16:40:28 +0000 (17:40 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 26 Jan 2008 16:40:28 +0000 (17:40 +0100)
* src/chcon.c (usage): Remove invalid reference to lchown.
Reported by Göran Uddeborg.

ChangeLog
src/chcon.c

index 469e66ac22b4c58f2891b792ea46ebb8191bdc37..6bb825254bd51ed4b02a22d93646ba6282421893 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-01-26  Jim Meyering  <meyering@redhat.com>
 
+       chcon: correct description of --no-dereference (-h) option.
+       * src/chcon.c (usage): Remove invalid reference to lchown.
+       Reported by Göran Uddeborg.
+
        Ensure that each version string change propagates to man pages.
        * man/Makefile.am (common_dep): Don't depend on configure.ac for
        version changes.  Instead, depend on ../VERSION.
index 35296becc9c6eb75ceec137a5fa1c35a37061eff..ecd5236a64fb36c8609f5b65d04756e995f545a7 100644 (file)
@@ -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\