Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/mt.c2
-rw-r--r--mt.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c
index da01eb23f..49dc70ac6 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -35,7 +35,7 @@ static const struct mt_opcodes opcodes[] = {
{"ras3", MTRAS3},
{"reset", MTRESET},
{"retension", MTRETEN},
- {"rew", MTREW},
+ {"rewind", MTREW},
{"seek", MTSEEK},
{"setblk", MTSETBLK},
{"setdensity", MTSETDENSITY},
diff --git a/mt.c b/mt.c
index da01eb23f..49dc70ac6 100644
--- a/mt.c
+++ b/mt.c
@@ -35,7 +35,7 @@ static const struct mt_opcodes opcodes[] = {
{"ras3", MTRAS3},
{"reset", MTRESET},
{"retension", MTRETEN},
- {"rew", MTREW},
+ {"rewind", MTREW},
{"seek", MTSEEK},
{"setblk", MTSETBLK},
{"setdensity", MTSETDENSITY},