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 = [[
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 = [[
-h this help
@ -29,10 +29,10 @@ options = [[
-y search method: YYYYMMDD
]]
examples = [[
script run t55_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 t55_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 -d -> start 1999, end is current year, method 01011999
script run lf_t55xx_chk -s 1999 -y -> start 1999, end is current year, method 19990101
script run lf_t55xx_chk -s 1999 -e 2001 -y -> start 1999, end year 2001, method 19990101
script run lf_t55xx_chk -s 1999 -e 2001 -d -> start 1999, end year 2001, method 01011999
]]
local function help()
@ -135,4 +135,4 @@ local function main(args)
return oops('Problem saving the file')
end
end
main(args)
main(args)

View file

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

View file

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