mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08: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 == '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
|
||||
|
|
Loading…
Reference in a new issue