hexedit: optimize output buffering
[oweals/busybox.git] / miscutils / mt.c
index 6b31696757d796780fb019cb79047affa329e1af..fad656e956b448e89c1ed04950ae050dedca0699 100644 (file)
@@ -3,12 +3,12 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config MT
-//config:      bool "mt"
+//config:      bool "mt (2.6 kb)"
 //config:      default y
 //config:      help
-//config:        mt is used to control tape devices. You can use the mt utility
-//config:        to advance or rewind a tape past a specified number of archive
-//config:        files on the tape.
+//config:      mt is used to control tape devices. You can use the mt utility
+//config:      to advance or rewind a tape past a specified number of archive
+//config:      files on the tape.
 
 //applet:IF_MT(APPLET(mt, BB_DIR_BIN, BB_SUID_DROP))