mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge pull request #2124 from Antiklesys/master
Fixed command to be online only
This commit is contained in:
commit
891320f4b9
1 changed files with 1 additions and 1 deletions
|
@ -3018,7 +3018,7 @@
|
|||
"hf iclass configcard --ci 1 -> view config card setting in slot 1",
|
||||
"hf iclass configcard -g --ci 0 -> generate config file from slot 0"
|
||||
],
|
||||
"offline": true,
|
||||
"offline": false,
|
||||
"options": [
|
||||
"-h, --help This help",
|
||||
"--ci <dec> use config slot at index",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue