From db91059520fd35eb50cc89aad1f5642554d284bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlin=20S=C3=B6=C3=B6se?= <30473690+msoose@users.noreply.github.com> Date: Thu, 13 Aug 2020 10:39:37 -0600 Subject: [PATCH] Update and rename formatMifare.lua to hf_mf_format.lua --- client/luascripts/{formatMifare.lua => hf_mf_format.lua} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename client/luascripts/{formatMifare.lua => hf_mf_format.lua} (97%) diff --git a/client/luascripts/formatMifare.lua b/client/luascripts/hf_mf_format.lua similarity index 97% rename from client/luascripts/formatMifare.lua rename to client/luascripts/hf_mf_format.lua index 30ab20535..d949c25f2 100644 --- a/client/luascripts/formatMifare.lua +++ b/client/luascripts/hf_mf_format.lua @@ -20,16 +20,16 @@ The script will skip the manufactoring block 0. ]] example = [[ -- generate commands - 1. script run formatMifare + 1. script run hf_mf_format -- generate command, replacing key with new key. - 2. script run formatMifare -k aabbccddeeff -n 112233445566 -a FF0780 + 2. script run hf_mf_format -k aabbccddeeff -n 112233445566 -a FF0780 -- generate commands and execute them against card. - 3. script run formatMifare -x + 3. script run hf_mf_format -x ]] usage = [[ -script run formatMifare -k -n -a -x +script run hf_mf_format -k -n -a -x ]] arguments = [[ -h - this help