claenups for previous commit
[oweals/busybox.git] / coreutils / chgrp.c
index 8dca63cf705db4580b768cbbf6414e4fefe9d411..27a0edf0deadb139707488c4e0b869fa62684dd9 100644 (file)
@@ -7,10 +7,10 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config CHGRP
-//config:      bool "chgrp"
+//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))