From 8e726f6c37dcfe0513bc2c1e911a27ddeb7fd01e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 13 Mar 2015 18:50:30 +0100 Subject: [PATCH] CHG: Removed an unneccesary parameter for "hf mf sim" --- client/scripts/tnp3sim.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2