Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int options...
[oweals/busybox.git] / coreutils / head.c
index b4b16abea6c19a2f0ed579628cc83d1c271283db..1219dfe8b1dec827b3d76650218b398f9824d907 100644 (file)
@@ -7,11 +7,11 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config HEAD
-//config:      bool "head (3.7 kb)"
+//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 -c, -q, and -v"