Fixed misnamed rewind command (noted by Tom Oehser).
This commit is contained in:
parent
edc806507c
commit
1eb4acfc23
@ -35,7 +35,7 @@ static const struct mt_opcodes opcodes[] = {
|
|||||||
{"ras3", MTRAS3},
|
{"ras3", MTRAS3},
|
||||||
{"reset", MTRESET},
|
{"reset", MTRESET},
|
||||||
{"retension", MTRETEN},
|
{"retension", MTRETEN},
|
||||||
{"rew", MTREW},
|
{"rewind", MTREW},
|
||||||
{"seek", MTSEEK},
|
{"seek", MTSEEK},
|
||||||
{"setblk", MTSETBLK},
|
{"setblk", MTSETBLK},
|
||||||
{"setdensity", MTSETDENSITY},
|
{"setdensity", MTSETDENSITY},
|
||||||
|
2
mt.c
2
mt.c
@ -35,7 +35,7 @@ static const struct mt_opcodes opcodes[] = {
|
|||||||
{"ras3", MTRAS3},
|
{"ras3", MTRAS3},
|
||||||
{"reset", MTRESET},
|
{"reset", MTRESET},
|
||||||
{"retension", MTRETEN},
|
{"retension", MTRETEN},
|
||||||
{"rew", MTREW},
|
{"rewind", MTREW},
|
||||||
{"seek", MTSEEK},
|
{"seek", MTSEEK},
|
||||||
{"setblk", MTSETBLK},
|
{"setblk", MTSETBLK},
|
||||||
{"setdensity", MTSETDENSITY},
|
{"setdensity", MTSETDENSITY},
|
||||||
|
Loading…
Reference in New Issue
Block a user