diff --git a/package.json b/package.json
index 7686984a011212bd943f82be21e92b996a2caea4..ddbe0e579399670a85877ca8e8b63db236010a59 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,8 @@
     "pack": "electron-builder --dir",
     "dist": "electron-builder",
     "runpack": "./dist/linux-unpacked/zap --zclProperties test/zcl/zcl-test.properties --genTemplateJson test/gen-template/gen-templates.json",
-    "runpackcheck": "./dist/linux-unpacked/zap selfCheck --zclProperties test/zcl/zcl-test.properties --genTemplateJson test/gen-template/gen-templates.json"
+    "runpackcheck": "./dist/linux-unpacked/zap selfCheck --zclProperties test/zcl/zcl-test.properties --genTemplateJson test/gen-template/gen-templates.json",
+    "runpackhelp": "./dist/linux-unpacked/zap -?"
   },
   "dependencies": {
     "@quasar/extras": "^1.9.3",