[amtool] fix silence import --help format

This commit is contained in:
stuart nelson 2018-04-24 11:46:24 +02:00
parent dc5fc02d22
commit cfde256913
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ This command can be used to bulk import silences from a JSON file
created by query command. For example:
amtool silence query -o json foo > foo.json
amtool silence import foo.json
JSON data can also come from stdin if no param is specified.