mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-24 06:55:27 -07:00
Got rid of small typo.
This commit is contained in:
parent
a9c466796e
commit
69c5bba78c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
local cmds = require('commands')
|
local cmds = require('commands')
|
||||||
local lib14a = require('read14a')
|
local lib14a = require('read14a')
|
||||||
getopt = require('getopt') -- Used to get get command line arguments
|
getopt = require('getopt') -- Used to get command line arguments
|
||||||
|
|
||||||
example = "script run mifarePlus"
|
example = "script run mifarePlus"
|
||||||
author = "Dominic Celiano"
|
author = "Dominic Celiano"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue