Skip to content

Commit

Permalink
Fixed command to be online only
Browse files Browse the repository at this point in the history
As all the commands require cardhelper it is not possible to run this command without being in online mode.
  • Loading branch information
Antiklesys committed Oct 12, 2023
1 parent 82294d7 commit 161638a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 161638a

Please sign in to comment.