projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a43c39
)
FIX: arguments took too much.
author
iceman1001
<iceman@iuse.se>
Sat, 10 Jan 2015 14:59:05 +0000
(15:59 +0100)
committer
iceman1001
<iceman@iuse.se>
Sat, 10 Jan 2015 14:59:05 +0000
(15:59 +0100)
FIX: lf search didn't load from graphbuffer..
client/scripts/tracetest.lua
patch
|
blob
|
blame
|
history
diff --git
a/client/scripts/tracetest.lua
b/client/scripts/tracetest.lua
index f17f75672814ba7ce2b45e5926d6506cfdd48377..3b577381cbd818c69839a0754cfb4a6e1cfc0088 100644
(file)
--- 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, 'h
k:n
o:') 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 > ')
Impressum
,
Datenschutz