mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-01-06 23:56:17 +08:00
CHG: Removed an unneccesary parameter for "hf mf sim"
This commit is contained in:
parent
d8c927bcec
commit
8e726f6c37
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ local function main(args)
|
|||
err = LoadEmulator(blocks)
|
||||
if err then return oops(err) end
|
||||
core.clearCommandBuffer()
|
||||
print('The simulation is now prepared.\n --> run \"hf mf sim u '..uid..' x\" <--')
|
||||
print('The simulation is now prepared.\n --> run \"hf mf sim u '..uid..'\" <--')
|
||||
end
|
||||
end
|
||||
main(args)
|
||||
Loading…
Add table
Reference in a new issue