mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Lets get all corner cases
This commit is contained in:
committed by
BrentHoltsclaw
parent
b0ec47063b
commit
65075eb417
@@ -192,7 +192,7 @@ class scan_image(BaseModule):
|
||||
|
||||
if op in ['generate', 'check']:
|
||||
|
||||
if len(module_argv) == 2:
|
||||
if len(module_argv) <= 2:
|
||||
self.usage()
|
||||
return self.res
|
||||
elif len(module_argv) > 2:
|
||||
|
||||
Reference in New Issue
Block a user