From: iceman1001 Date: Fri, 13 Mar 2015 17:50:30 +0000 (+0100) Subject: CHG: Removed an unneccesary parameter for "hf mf sim" X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/8e726f6c37dcfe0513bc2c1e911a27ddeb7fd01e CHG: Removed an unneccesary parameter for "hf mf sim" --- diff --git a/client/scripts/tnp3sim.lua b/client/scripts/tnp3sim.lua index c7c66371..fc403758 100644 --- a/client/scripts/tnp3sim.lua +++ b/client/scripts/tnp3sim.lua @@ -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) \ No newline at end of file