Merge pull request #2124 from Antiklesys/master

Fixed command to be online only
This commit is contained in:
Iceman 2023-10-12 09:23:48 +02:00 committed by GitHub
commit 891320f4b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3018,7 +3018,7 @@
"hf iclass configcard --ci 1 -> view config card setting in slot 1", "hf iclass configcard --ci 1 -> view config card setting in slot 1",
"hf iclass configcard -g --ci 0 -> generate config file from slot 0" "hf iclass configcard -g --ci 0 -> generate config file from slot 0"
], ],
"offline": true, "offline": false,
"options": [ "options": [
"-h, --help This help", "-h, --help This help",
"--ci <dec> use config slot at index", "--ci <dec> use config slot at index",