diff options
Diffstat (limited to 'coreutils/chgrp.c')
-rw-r--r-- | coreutils/chgrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index 834346b..27a0edf 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c @@ -10,7 +10,7 @@ //config: bool "chgrp (7.2 kb)" //config: default y //config: help -//config: chgrp is used to change the group ownership of files. +//config: chgrp is used to change the group ownership of files. //applet:IF_CHGRP(APPLET_NOEXEC(chgrp, chgrp, BB_DIR_BIN, BB_SUID_DROP, chgrp)) |