mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Fix help() display in hf_mf_uidbruteforce script
This commit is contained in:
parent
d41c025f5c
commit
48c531b927
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ local function main(args)
|
||||||
if o == 'e' then end_id = a end
|
if o == 'e' then end_id = a end
|
||||||
if o == 't' then timeout = a end
|
if o == 't' then timeout = a end
|
||||||
if o == 'x' then mftype = a end
|
if o == 'x' then mftype = a end
|
||||||
if o == 'h' then return print(usage) end
|
if o == 'h' then return help() end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- template
|
-- template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue