[docs] fix typo

This commit is contained in:
2023-10-31 02:50:25 +01:00
parent fb4322c040
commit 515e244592
2 changed files with 1 additions and 5 deletions

View File

@@ -15,9 +15,7 @@ Actions have the following syntax:
"type": "SomeAction", "type": "SomeAction",
"options": { //each action defines its own options "options": { //each action defines its own options
"firstOption": "someValue", "firstOption": "someValue",
"Stage": 2 //this (positive) number defines the order of multiple actions "stage": 2 //this (positive) number defines the order of multiple actions
} }
} }
``` ```
To get a list of all actions and their options from the commandline run ``` gokill -d ```

View File

@@ -17,5 +17,3 @@ Triggers have the following syntax:
"actions": [] //list actions that should be executed here "actions": [] //list actions that should be executed here
} }
``` ```
To get a list of all triggers and their options from the commandline run ```gokill -d```