diff options
| author | Jim Meyering <jim@meyering.net> | 2006-07-27 09:11:08 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2006-07-27 09:11:08 +0000 |
| commit | 667f225c0879ba003731aeb3bec27d6042c9e89a (patch) | |
| tree | a6da1bfe257de949a6dd15ea560b2912f3ed3a60 /src/chgrp.c | |
| parent | * src/copy.c (set_author) [HAVE_STRUCT_STAT_ST_AUTHOR]: (diff) | |
| download | coreutils-667f225c0879ba003731aeb3bec27d6042c9e89a.tar.gz coreutils-667f225c0879ba003731aeb3bec27d6042c9e89a.zip | |
* 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.c | 2 |
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\ |
