amtool - fix typo in README for comment_required config (#1100)

It is 'comment_required' in code:
https://github.com/prometheus/alertmanager/blob/master/cli/silence_add.go#L118
This commit is contained in:
Binh Le 2017-11-17 00:22:00 +08:00 committed by stuart nelson
parent 8bfbb0a1aa
commit fa17eb4b00

View File

@ -276,7 +276,7 @@ alertmanager.url: "http://localhost:9093"
author: me@example.com
# Force amtool to give you an error if you don't include a comment on a silence
comment_require: true
comment_required: true
# Set a default output format. (unset defaults to simple)
output: extended