mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-04 03:58:08 +08:00
typo
This commit is contained in:
parent
2e4c7f4f8d
commit
47c6452e94
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ except FileNotFoundError:
|
|||
db = dict()
|
||||
|
||||
if len(sys.argv) < 3:
|
||||
print("Usage: analazysize.py <info|add|diff> <datasetname>")
|
||||
print("Usage: analyzesize.py <info|add|diff> <datasetname>")
|
||||
exit(-1)
|
||||
action, name = sys.argv[1:3]
|
||||
currentdata = subprocess.run(["arm-none-eabi-size","armsrc/obj/fullimage.stage1.elf"], stdout=subprocess.PIPE).stdout
|
||||
|
|
Loading…
Reference in a new issue