From 48c531b9270654b3eca1b5ee236370e95d9a5b14 Mon Sep 17 00:00:00 2001 From: Sebastien Copin Date: Mon, 7 Feb 2022 13:53:24 +0100 Subject: [PATCH] Fix help() display in hf_mf_uidbruteforce script --- client/luascripts/hf_mf_uidbruteforce.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/luascripts/hf_mf_uidbruteforce.lua b/client/luascripts/hf_mf_uidbruteforce.lua index 548898606..d1de5f9df 100644 --- a/client/luascripts/hf_mf_uidbruteforce.lua +++ b/client/luascripts/hf_mf_uidbruteforce.lua @@ -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