mirror of
https://github.com/bobbimanners/mdttool.git
synced 2024-12-21 21:29:17 +00:00
Fixed typo in command option.
This commit is contained in:
parent
7dbbdfc8ee
commit
735b6de18f
2
mdttool
2
mdttool
@ -282,7 +282,7 @@ def main():
|
|||||||
heads = int(a)
|
heads = int(a)
|
||||||
elif o in ('-S', '--sectors'):
|
elif o in ('-S', '--sectors'):
|
||||||
sectors = int(a)
|
sectors = int(a)
|
||||||
elif o in ('G', '--gs'):
|
elif o in ('-G', '--gs'):
|
||||||
gsvers = int(a)
|
gsvers = int(a)
|
||||||
else:
|
else:
|
||||||
assert False, 'Unhandled option'
|
assert False, 'Unhandled option'
|
||||||
|
Loading…
Reference in New Issue
Block a user