randomconfig fixes
[oweals/busybox.git] / coreutils / tac.c
index ca5617c83ffd20858375615ee4f384eef4ab4ebf..25e85f6f33c5cd45860045a0bf0247bcaa9977f8 100644 (file)
  * http://www.uclibc.org/lists/busybox/2003-July/008813.html
  */
 //config:config TAC
-//config:      bool "tac"
+//config:      bool "tac (3.9 kb)"
 //config:      default y
 //config:      help
-//config:        tac is used to concatenate and print files in reverse.
+//config:      tac is used to concatenate and print files in reverse.
 
 //applet:IF_TAC(APPLET_NOEXEC(tac, tac, BB_DIR_USR_BIN, BB_SUID_DROP, tac))