Fix help() display in hf_mf_uidbruteforce script

This commit is contained in:
Sebastien Copin 2022-02-07 13:53:24 +01:00
parent d41c025f5c
commit 48c531b927

View file

@ -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