aboutsummaryrefslogtreecommitdiff
path: root/miscutils/mt.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-11-22 23:14:24 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2016-11-22 23:14:24 +0100
commitfb4da167114e96d7f20ef97474f976f8ffa604e7 (patch)
tree6f688202bc89ffa68b6679d1b252fd69b7471c94 /miscutils/mt.c
parent9f8eb1ee7620020e01b3596ac7259d51ebca7a7b (diff)
downloadbusybox-fb4da167114e96d7f20ef97474f976f8ffa604e7.tar.gz
Split miscutils/Config.src items into miscutils/*.c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/mt.c')
-rw-r--r--miscutils/mt.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c
index 20afd3a50..75a09b662 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -2,6 +2,13 @@
/*
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
+//config:config MT
+//config: bool "mt"
+//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.
//usage:#define mt_trivial_usage
//usage: "[-f device] opcode value"