[docs] fix typo
This commit is contained in:
@@ -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 ```
|
|
||||||
|
|||||||
@@ -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```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user