Skip to content

Commit c3b169b

Browse files
committed
Removed SNS subject argument default from readme
1 parent c9621da commit c3b169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Flag | Env Variable | Default | Description
6060
`--addr` | `SNS_FORWARDER_ADDRESS` | `:9087` | Address on which to listen.
6161
`--debug` | `SNS_FORWARDER_DEBUG` | `false` | Debug mode
6262
`--arn-prefix` | `SNS_FORWARDER_ARN_PREFIX` | not specified | Prefix to use for SNS topic ARNs. If not specified, will try to be detected automatically.
63-
`--sns-subject` | `SNS_SUBJECT` | `PrometheusAlert` | Optional parameter to be used as the "Subject" line when the message is delivered to email endpoints.
63+
`--sns-subject` | `SNS_SUBJECT` | not specified | Optional parameter to be used as the "Subject" line when the message is delivered to email endpoints.
6464

6565
## Customising messages with template
6666

0 commit comments

Comments
 (0)