Rename legic scripts

This commit is contained in:
Philippe Teuwen 2020-09-23 01:35:27 +02:00
commit 49b413106f
3 changed files with 7 additions and 7 deletions

View file

@ -96,7 +96,7 @@ Known issues; needs to be fixed:
* last byte in last segment is handled incorrectly when it is the last bytes on the card itself (MIM256: => byte 256) * last byte in last segment is handled incorrectly when it is the last bytes on the card itself (MIM256: => byte 256)
--]] --]]
example = "script run legic" example = "script run hf_legic"
author = "Mosci, uhei" author = "Mosci, uhei"
version = "1.0.4" version = "1.0.4"

View file

@ -11,10 +11,10 @@ desc =
This is a script which writes value 0x01 to bytes from position 0x07 until 0xFF on a Legic Prime Tag (MIM256 or MIM1024) -- (created with 'hf legic save my_dump.hex') -- This is a script which writes value 0x01 to bytes from position 0x07 until 0xFF on a Legic Prime Tag (MIM256 or MIM1024) -- (created with 'hf legic save my_dump.hex') --
]] ]]
example = [[ example = [[
script run legic_buffer2card script run hf_legic_buffer2card
]] ]]
usage = [[ usage = [[
script run legic_buffer2card -h script run hf_legic_buffer2card -h
]] ]]
arguments = [[ arguments = [[
-h - Help text -h - Help text

View file

@ -18,7 +18,7 @@ local ansicolors = require('ansicolors')
simplest usage: simplest usage:
Dump a legic tag with 'hf legic dump' Dump a legic tag with 'hf legic dump'
place your 'empty' tag on the reader and run place your 'empty' tag on the reader and run
'script run legic_clone -i orig.bin -w' 'script run hf_legic_clone -i orig.bin -w'
you will see some output like: you will see some output like:
@ -95,11 +95,11 @@ This is a script which creates a clone-dump of a dump from a LEGIC Prime Tag (MI
Create a dump by running `hf legic dump`. Create a dump by running `hf legic dump`.
]] ]]
example = [[ example = [[
script run legic_clone -i my_dump.bin -o my_clone.bin -c f8 script run hf_legic_clone -i my_dump.bin -o my_clone.bin -c f8
script run legic_clone -i my_dump.bin -d -s script run hf_legic_clone -i my_dump.bin -d -s
]] ]]
usage = [[ usage = [[
script run legic_clone [-h] [-i <file>] [-o <file>] [-c <crc>] [-d] [-s] [-w] script run hf_legic_clone [-h] [-i <file>] [-o <file>] [-c <crc>] [-d] [-s] [-w]
]] ]]
arguments = [[ arguments = [[
required : required :