mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +08:00
Update and rename parameters.lua to data_example_parameters.lua
This commit is contained in:
parent
94ae877f93
commit
07e3fbcf34
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ This is an example script to demonstrate handle parameters in scripts.
|
||||||
For more info, check the comments in the code
|
For more info, check the comments in the code
|
||||||
]]
|
]]
|
||||||
example = [[
|
example = [[
|
||||||
1. script run parameters -a mytestparam_input -c
|
1. script run data_example_parameters -a mytestparam_input -c
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run parameters [-h] [-a <txt>] [-b <txt>] [-c] [-d] [-e]
|
script run data_example_parameters [-h] [-a <txt>] [-b <txt>] [-c] [-d] [-e]
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h This help
|
-h This help
|
Loading…
Reference in a new issue