From bf14b91a851cc69a71c2520e233c339eed16d435 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Mon, 7 Oct 2019 14:57:53 +0200 Subject: [PATCH] Fix Legic_clone.lua script typos --- client/luascripts/Legic_clone.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/luascripts/Legic_clone.lua b/client/luascripts/Legic_clone.lua index 4313102b0..982b17aec 100644 --- a/client/luascripts/Legic_clone.lua +++ b/client/luascripts/Legic_clone.lua @@ -20,7 +20,7 @@ place your empty tag onto the PM3 to read and display the MCD & MSN0..2 the values will be shown below - confirm whnen ready [y/n] ?y + confirm when ready [y/n] ?y #db# setting up legic card #db# MIM 256 card found, reading card ... #db# Card read, use 'hf legic decode' or @@ -88,7 +88,7 @@ copyright = '' author = 'Mosci' version = 'v1.0.1' desc = [[ -This is a script which create a clone-dump of a dump from a Legic Prime Tag (MIM256 or MIM1024) +This is a script which creates a clone-dump of a dump from a Legic Prime Tag (MIM256 or MIM1024) (created with 'hf legic save my_dump.hex') ]] example = [[ @@ -98,13 +98,13 @@ example = [[ usage = [[ script run legic_clone -h -i -o -c -d -s -w -requiered arguments: +required arguments: -i (file to read data from) optional arguments : -h - Help text - -o - requieres option -c to be given - -c - requieres option -o to be given + -o - requires option -c to be given + -c - requires option -o to be given -d - Display content of found Segments -s - Display summary at the end -w - write directly to Tag - a file myLegicClone.hex wille be generated also @@ -472,7 +472,7 @@ function main(args) outfile = a ofs = true if (file_check(a)) then - local answer = utils.confirm('\nthe output-file '..a..' alredy exists!\nthis will delete the previous content!\ncontinue?') + local answer = utils.confirm('\nthe output-file '..a..' already exists!\nthis will delete the previous content!\ncontinue?') if (answer==false) then return oops('quiting') end end end