mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-01 13:14:30 +08:00
fix: 'script run 14araw' - correct getoptions pattern.
This commit is contained in:
parent
9701643fdd
commit
5eb6836587
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function main(args)
|
|||
local no_rats = false
|
||||
|
||||
-- Read the parameters
|
||||
for o, a in getopt.getopt(args, 'corcpx:t3') do
|
||||
for o, a in getopt.getopt(args, 'orcpx:dt3') do
|
||||
if o == "o" then doconnect = false end
|
||||
if o == "r" then ignore_response = true end
|
||||
if o == "c" then appendcrc = true end
|
||||
|
|
Loading…
Reference in a new issue