Rename iso15_magic.lua into hf_15_magic.lua

This commit is contained in:
Philippe Teuwen 2020-09-23 00:23:29 +02:00
commit ada9c76f67
2 changed files with 4 additions and 4 deletions

View file

@ -15,12 +15,12 @@ example = [[
-- ISO15693 slix magic tag -- ISO15693 slix magic tag
script run iso15_magic -u E004013344556677 script run hf_15_magic -u E004013344556677
script run iso15_magic -u E004013344556677 -a script run hf_15_magic -u E004013344556677 -a
]] ]]
usage = [[ usage = [[
script run iso15_magic -h -u <uid> script run hf_15_magic -h -u <uid>
]] ]]
arguments = [[ arguments = [[
-h : this help -h : this help

View file

@ -840,5 +840,5 @@ hf 15 csetuid E011223344556677
``` ```
or (ignore errors): or (ignore errors):
``` ```
script run iso15_magic -u E004013344556677 script run hf_15_magic -u E004013344556677
``` ```