mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -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 = {}
|
local segments = {}
|
||||||
|
|
||||||
-- parse arguments for the script
|
-- 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
|
-- output file
|
||||||
if o == "o" then
|
if o == "o" then
|
||||||
outfile = a
|
outfile = a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue