X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0a43c39617c54bec85fd9220544e7d2bdfc325d1..86dab5168e73c78c9eb348a1008e81822c7b8d2e:/client/scripts/tracetest.lua diff --git a/client/scripts/tracetest.lua b/client/scripts/tracetest.lua index f17f7567..3b577381 100644 --- a/client/scripts/tracetest.lua +++ b/client/scripts/tracetest.lua @@ -74,7 +74,7 @@ local function main(args) local outputTemplate = os.date("testtest_%Y-%m-%d_%H%M%S") -- Arguments for the script - for o, arg in getopt.getopt(args, 'hk:no:') do + for o, arg in getopt.getopt(args, 'ho:') do if o == "h" then return help() end if o == "o" then outputTemplate = arg end end @@ -95,7 +95,7 @@ local function main(args) table.insert(files, file) end - local cmdLFSEARCH = "lf search" + local cmdLFSEARCH = "lf search 1" -- main loop io.write('Starting to test traces > ')