mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fix help() display in hf_mf_uidbruteforce script
This commit is contained in:
@@ -92,7 +92,7 @@ local function main(args)
|
||||
if o == 'e' then end_id = a end
|
||||
if o == 't' then timeout = 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
|
||||
|
||||
-- template
|
||||
|
||||
Reference in New Issue
Block a user