diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-19 17:14:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-19 17:14:19 +0000 |
commit | f1aea23023c954a5399d0aa79fb75debb9c47c0a (patch) | |
tree | 1bdb25b07097e3dc70eec8dc627443633f90336d /src | |
parent | 4734b96d4e2f145af20e6395208863035bc7284d (diff) | |
download | coreutils-f1aea23023c954a5399d0aa79fb75debb9c47c0a.tar.xz |
.
Diffstat (limited to 'src')
-rw-r--r-- | src/chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c index 9f89a7db9..905fa67d3 100644 --- a/src/chown.c +++ b/src/chown.c @@ -240,7 +240,7 @@ Usage: %s [OPTION]... OWNER[.[GROUP]] FILE...\n\ 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 pointed-to file\n\ + -h, --no-dereference affect symbolic links instead of any referenced file\n\ (available only on systems with lchown system call)\n\ -f, --silent, --quiet suppress most error messages\n\ -v, --verbose explain what is being done\n\ |