mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
hf mf sim - now use cliparser
This commit is contained in:
parent
0ade8a5505
commit
006246bf8c
5 changed files with 121 additions and 140 deletions
|
@ -496,7 +496,7 @@ local function main(args)
|
|||
err = LoadEmulator(uid, blocks)
|
||||
if err then return oops(err) end
|
||||
core.clearCommandBuffer()
|
||||
print('The simulation is now prepared.\n --> run \"hf mf sim u '..uid..'\" <--')
|
||||
print('The simulation is now prepared.\n --> run \"hf mf sim -u '..uid..'\" <--')
|
||||
end
|
||||
end
|
||||
main(args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue