X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=miscutils%2Fmt.c;h=fad656e956b448e89c1ed04950ae050dedca0699;hb=d72e804e6db1bd6eb2417961004b4fe33aba9384;hp=6b31696757d796780fb019cb79047affa329e1af;hpb=f88e3bfa8ded4f1c7e7d2143a1cfcbbdfe5e8541;p=oweals%2Fbusybox.git diff --git a/miscutils/mt.c b/miscutils/mt.c index 6b3169675..fad656e95 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -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))