From: Matt Kraai Date: Tue, 22 May 2001 14:32:35 +0000 (-0000) Subject: Fixed misnamed rewind command (noted by Tom Oehser). X-Git-Tag: 0_52~146 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1eb4acfc2399d3ab4a7a122a0aff3f5d5109bf2c;p=oweals%2Fbusybox.git Fixed misnamed rewind command (noted by Tom Oehser). --- 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},