Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int options...
[oweals/busybox.git] / coreutils / head.c
index 176e91e3aa0b556aa21a650d49b82cef6a1018f8..1219dfe8b1dec827b3d76650218b398f9824d907 100644 (file)
@@ -7,18 +7,16 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config HEAD
-//config:      bool "head"
+//config:      bool "head (3.8 kb)"
 //config:      default y
 //config:      help
-//config:        head is used to print the first specified number of lines
-//config:        from files.
+//config:      head is used to print the first specified number of lines
+//config:      from files.
 //config:
 //config:config FEATURE_FANCY_HEAD
-//config:      bool "Enable head options (-c, -q, and -v)"
+//config:      bool "Enable -c, -q, and -v"
 //config:      default y
 //config:      depends on HEAD
-//config:      help
-//config:        This enables the head options (-c, -q, and -v).
 
 //applet:IF_HEAD(APPLET_NOEXEC(head, head, BB_DIR_USR_BIN, BB_SUID_DROP, head))