diff options
author | Matt Kraai <kraai@debian.org> | 2001-05-22 14:32:35 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-05-22 14:32:35 +0000 |
commit | 1eb4acfc2399d3ab4a7a122a0aff3f5d5109bf2c (patch) | |
tree | 13344654f2b014a49f8fd8c0b80a430248884643 | |
parent | edc806507cb3db0790b27cb76c47050b57028c4b (diff) | |
download | busybox-1eb4acfc2399d3ab4a7a122a0aff3f5d5109bf2c.tar.gz |
Fixed misnamed rewind command (noted by Tom Oehser).
-rw-r--r-- | miscutils/mt.c | 2 | ||||
-rw-r--r-- | mt.c | 2 |
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}, @@ -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}, |