Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Feb 17, 2025
1 parent 778ede2 commit 4d4ab58
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()
Expand Down Expand Up @@ -135,4 +135,4 @@ local function main(args)
return oops('Problem saving the file')
end
end
main(args)
main(args)
4 changes: 2 additions & 2 deletions client/luascripts/lf_t55xx_chk_date.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions client/luascripts/lf_t55xx_fix.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4d4ab58

Please sign in to comment.