* src/chgrp.c (usage): Use correct grammar in description of the --reference option
authorJim Meyering <jim@meyering.net>
Thu, 27 Jul 2006 09:11:08 +0000 (09:11 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Jul 2006 09:11:08 +0000 (09:11 +0000)
* src/chown.c (usage): Likewise.

ChangeLog
src/chgrp.c
src/chown.c

index 578acec..ea8249f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-27  Jim Meyering  <jim@meyering.net>
+
+       * src/chgrp.c (usage): Use correct grammar in description of the
+       --reference option
+       * src/chown.c (usage): Likewise.
+
 2006-07-26  Thomas Schwinge  <tschwinge@gnu.org>  (tiny change)
 
        * src/copy.c (set_author) [HAVE_STRUCT_STAT_ST_AUTHOR]:
index 740f4da..af5704e 100644 (file)
@@ -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\
index dba13fc..ac0f37c 100644 (file)
@@ -123,7 +123,7 @@ With --reference, change the owner and group of each FILE to those of RFILE.\n\
       fputs (_("\
   -f, --silent, --quiet  suppress most error messages\n\
       --reference=RFILE  use RFILE's owner and group rather than\n\
-                         the specifying OWNER:GROUP values\n\
+                         specifying OWNER:GROUP values\n\
   -R, --recursive        operate on files and directories recursively\n\
   -v, --verbose          output a diagnostic for every file processed\n\
 \n\