mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
Fixed command to be online only
As all the commands require cardhelper it is not possible to run this command without being in online mode.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user