From d653ef9ed86810374931663ec8fb3acacb6c087b Mon Sep 17 00:00:00 2001 From: kraai Date: Tue, 22 May 2001 14:32:35 +0000 Subject: Fixed misnamed rewind command (noted by Tom Oehser). git-svn-id: svn://busybox.net/trunk/busybox@2700 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mt.c') 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}, -- cgit v1.2.3-55-g6feb