summaryrefslogtreecommitdiff
path: root/src/chgrp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-27 09:11:08 +0000
committerJim Meyering <jim@meyering.net>2006-07-27 09:11:08 +0000
commit667f225c0879ba003731aeb3bec27d6042c9e89a (patch)
treea6da1bfe257de949a6dd15ea560b2912f3ed3a60 /src/chgrp.c
parent256d18e81bbd30bf1aa037feb231241cb00cbbe6 (diff)
downloadcoreutils-667f225c0879ba003731aeb3bec27d6042c9e89a.tar.gz
* src/chgrp.c (usage): Use correct grammar in description of the --reference option
* src/chown.c (usage): Likewise.
Diffstat (limited to 'src/chgrp.c')
-rw-r--r--src/chgrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index 740f4dacb..af5704e07 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -134,7 +134,7 @@ With --reference, change the group of each FILE to that of RFILE.\n\
"), stdout);
fputs (_("\
-f, --silent, --quiet suppress most error messages\n\
- --reference=RFILE use RFILE's group rather than the specifying\n\
+ --reference=RFILE use RFILE's group rather than specifying a\n\
GROUP value\n\
-R, --recursive operate on files and directories recursively\n\
-v, --verbose output a diagnostic for every file processed\n\