From 735b6de18fddecf6677a477273548b7de864de13 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Wed, 17 Mar 2021 18:47:17 -0400 Subject: [PATCH] Fixed typo in command option. --- mdttool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdttool b/mdttool index 24c2965..89d3464 100755 --- a/mdttool +++ b/mdttool @@ -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'