Skip to content

Commit cea4fa3

Browse files
committed
Clarify text field
1 parent d5f9dea commit cea4fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Sends a structured message to Slack based on the alert type.
4949
- `channel_file`: *Optional.* File containing text which overrides `channel`. If the file cannot be read, `channel` will be used instead.
5050
- `message`: *Optional.* The status message at the top of the alert. Defaults to name of alert type.
5151
- `message_file`: *Optional.* File containing text which overrides `message`. If the file cannot be read, `message` will be used instead.
52-
- `text`: *Optional.* The status text at the top of the alert. Defaults to name of alert type.
52+
- `text`: *Optional.* Additional text below the message of the alert. Defaults to an empty string.
5353
- `text_file`: *Optional.* File containing text which overrides `text`. If the file cannot be read, `text` will be used instead.
5454
- `color`: *Optional.* The color of the notification bar as a hexadecimal. Defaults to the icon color of the alert type.
5555
- `disable`: *Optional.* Disables the alert. Defaults to `false`.

0 commit comments

Comments
 (0)