mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
FIX: 'script run legic_clone' - correct getoptions pattern
This commit is contained in:
parent
5eb6836587
commit
feea1a45d9
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ function main(args)
|
|||
local segments = {}
|
||||
|
||||
-- parse arguments for the script
|
||||
for o, a in getopt.getopt(args, 'hwsdc:i::o:') do
|
||||
for o, a in getopt.getopt(args, 'hwsdc:i:o:') do
|
||||
-- output file
|
||||
if o == "o" then
|
||||
outfile = a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue