OSDN Git Service

Fixed misnamed rewind command (noted by Tom Oehser).
authorMatt Kraai <kraai@debian.org>
Tue, 22 May 2001 14:32:35 +0000 (14:32 -0000)
committerMatt Kraai <kraai@debian.org>
Tue, 22 May 2001 14:32:35 +0000 (14:32 -0000)
miscutils/mt.c
mt.c

index da01eb2..49dc70a 100644 (file)
@@ -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 da01eb2..49dc70a 100644 (file)
--- 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},