CHG: Removed an unneccesary parameter for "hf mf sim"

This commit is contained in:
iceman1001 2015-03-13 18:50:30 +01:00
commit 8e726f6c37

View file

@ -466,7 +466,7 @@ local function main(args)
err = LoadEmulator(blocks) err = LoadEmulator(blocks)
if err then return oops(err) end if err then return oops(err) end
core.clearCommandBuffer() 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
end end
main(args) main(args)