]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: Removed an unneccesary parameter for "hf mf sim"
authoriceman1001 <iceman@iuse.se>
Fri, 13 Mar 2015 17:50:30 +0000 (18:50 +0100)
committericeman1001 <iceman@iuse.se>
Fri, 13 Mar 2015 17:50:30 +0000 (18:50 +0100)
client/scripts/tnp3sim.lua

index c7c66371df206d5e46a77fbe8b536714edcc488f..fc403758d028e5384da34ee1e34384247cfad88a 100644 (file)
@@ -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
Impressum, Datenschutz