freeramdisk: make NOEXEC
[oweals/busybox.git] / util-linux / fdformat.c
index 67c6e1504c39e7bc69904661e1b7275f814067c8..6faaf1b1036e2e38cb13e4893c8f4c1f4eb79090 100644 (file)
@@ -5,11 +5,11 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config FDFORMAT
-//config:      bool "fdformat"
+//config:      bool "fdformat (4.5 kb)"
 //config:      default y
 //config:      select PLATFORM_LINUX
 //config:      help
-//config:        fdformat is used to low-level format a floppy disk.
+//config:      fdformat is used to low-level format a floppy disk.
 
 //applet:IF_FDFORMAT(APPLET(fdformat, BB_DIR_USR_SBIN, BB_SUID_DROP))