From: Jim Meyering Date: Sat, 1 Feb 1997 04:49:51 +0000 (+0000) Subject: (usage): Make parenthetical note on --no-dereference a little more general. X-Git-Tag: SH-UTILS-1_16a~309 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cd0b33c83971256a30406186fa8a55ea8d5b1b9d;p=thirdparty%2Fcoreutils.git (usage): Make parenthetical note on --no-dereference a little more general. --- diff --git a/src/chown.c b/src/chown.c index 61f4dabd67..7e2d7d4ae2 100644 --- a/src/chown.c +++ b/src/chown.c @@ -241,7 +241,8 @@ Change the owner and/or group of each FILE to OWNER and/or GROUP.\n\ \n\ -c, --changes be verbose whenever change occurs\n\ -h, --no-dereference affect symbolic links instead of any referenced file\n\ - (available only on systems with lchown system call)\n\ + (available only on systems that can change the\n\ + ownership of a symlink)\n\ -f, --silent, --quiet suppress most error messages\n\ -R, --recursive operate on files and directories recursively\n\ -v, --verbose explain what is being done\n\