Skip to content

Commit

Permalink
Rename iso15_magic.lua into hf_15_magic.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Sep 22, 2020
1 parent fb3f49c commit ada9c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ example = [[
-- 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 = [[
script run iso15_magic -h -u <uid>
script run hf_15_magic -h -u <uid>
]]
arguments = [[
-h : this help
Expand Down
2 changes: 1 addition & 1 deletion doc/magic_cards_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -840,5 +840,5 @@ hf 15 csetuid E011223344556677
```
or (ignore errors):
```
script run iso15_magic -u E004013344556677
script run hf_15_magic -u E004013344556677
```

0 comments on commit ada9c76

Please sign in to comment.