From 161638a76bb4fb42d08d785213dfd0bb0a7ccb96 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Thu, 12 Oct 2023 13:58:09 +0800 Subject: [PATCH] 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. --- doc/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/commands.json b/doc/commands.json index e38b0ae40..08d0007e2 100644 --- a/doc/commands.json +++ b/doc/commands.json @@ -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 use config slot at index",