This commit is contained in:
iceman1001 2025-02-17 21:26:53 +01:00
commit 4d4ab58c63
3 changed files with 10 additions and 10 deletions

View file

@ -19,7 +19,7 @@ desc = [[
]] ]]
usage = [[ usage = [[
script run t55_chk [-s start_year] [-e end_year] [-d | -y] script run lf_t55xx_chk [-s start_year] [-e end_year] [-d | -y]
]] ]]
options = [[ options = [[
-h this help -h this help
@ -29,10 +29,10 @@ options = [[
-y search method: YYYYMMDD -y search method: YYYYMMDD
]] ]]
examples = [[ examples = [[
script run t55_chk -s 1999 -d -> start 1999, end is current year, method 01011999 script run lf_t55xx_chk -s 1999 -d -> start 1999, end is current year, method 01011999
script run t55_chk -s 1999 -y -> start 1999, end is current year, method 19990101 script run lf_t55xx_chk -s 1999 -y -> start 1999, end is current year, method 19990101
script run t55_chk -s 1999 -e 2001 -y -> start 1999, end year 2001, method 19990101 script run lf_t55xx_chk -s 1999 -e 2001 -y -> start 1999, end year 2001, method 19990101
script run t55_chk -s 1999 -e 2001 -d -> start 1999, end year 2001, method 01011999 script run lf_t55xx_chk -s 1999 -e 2001 -d -> start 1999, end year 2001, method 01011999
]] ]]
local function help() local function help()

View file

@ -14,10 +14,10 @@ desc = [[
useful if the password is, for example, a date of birth. useful if the password is, for example, a date of birth.
]] ]]
usage = [[ usage = [[
script run t55_chk_date script run lf_t55xx_chk_date
]] ]]
arguments = [[ arguments = [[
script run t55_chk_date -h : this help script run lf_t55xx_chk_date -h : this help
]] ]]
local DEBUG = true local DEBUG = true

View file

@ -17,10 +17,10 @@ desc = [[
only performs the reanimation procedure. The script revives 99% of blocked tags. only performs the reanimation procedure. The script revives 99% of blocked tags.
]] ]]
usage = [[ usage = [[
script run t55_fix script run lf_t55xx_fix
]] ]]
arguments = [[ arguments = [[
script run t55_fix -h : this help script run lf_t55xx_fix -h : this help
]] ]]
local function help() local function help()