1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 02:30:27 +02:00

(usage): Tweak --help output to make it more consistent with that of chown.

This commit is contained in:
Jim Meyering
1999-08-20 08:58:21 +00:00
parent 47ac7c933a
commit 28c95e39c1
+7 -3
View File
@@ -328,11 +328,15 @@ Usage: %s [OPTION]... GROUP FILE...\n\
Change the group membership of each FILE to GROUP.\n\
\n\
-c, --changes like verbose but report only when a change is made\n\
--dereference affect the referent of each symbolic link, rather\n\
than the symbolic link itself\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\
--reference=RFILE use RFILE's group instead of using a GROUP value\n\
-R, --recursive change files and directories recursively\n\
--reference=RFILE use RFILE's group rather than the specified\n\
GROUP value\n\
-R, --recursive operate on files and directories recursively\n\
-v, --verbose output a diagnostic for every file processed\n\
--help display this help and exit\n\
--version output version information and exit\n\