mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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:
parent
82294d71f6
commit
161638a76b
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