Fixed typo in command option.

This commit is contained in:
Bobbi Webber-Manners 2021-03-17 18:47:17 -04:00
parent 7dbbdfc8ee
commit 735b6de18f
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ def main():
heads = int(a)
elif o in ('-S', '--sectors'):
sectors = int(a)
elif o in ('G', '--gs'):
elif o in ('-G', '--gs'):
gsvers = int(a)
else:
assert False, 'Unhandled option'