mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
chg: 'script run 14araw' - if empty args, show help
This commit is contained in:
parent
4781ee78e8
commit
7f706e1466
1 changed files with 1 additions and 3 deletions
|
@ -71,9 +71,7 @@ end
|
||||||
-- The main entry point
|
-- The main entry point
|
||||||
function main(args)
|
function main(args)
|
||||||
|
|
||||||
if args == nil or #args == 0 then
|
if args == nil or #args == 0 then return help() end
|
||||||
return help()
|
|
||||||
end
|
|
||||||
|
|
||||||
local ignore_response = false
|
local ignore_response = false
|
||||||
local append_crc = false
|
local append_crc = false
|
||||||
|
|
Loading…
Reference in a new issue