Detailed 2 options in usage()

This commit is contained in:
Pierre Pronchery 2004-09-13 11:21:31 +00:00
parent db8d624163
commit 5e7da9c584

View File

@ -133,7 +133,9 @@ static int _chgrp_do(int opts, gid_t gid, char * file)
static int _usage(void)
{
fprintf(stderr, "%s", "Usage: chgrp [-hR] group file ...\n\
chgrp -R [-H | -L | -P] group file ...\n");
chgrp -R [-H | -L | -P] group file ...\n\
-h Set the group IDs on symbolic links\n\
-R Recursively change file group IDs\n");
return 1;
}