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:
Antiklesys 2023-10-12 13:58:09 +08:00
commit 161638a76b

View file

@ -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",