Add missing comma in help-text example.

@krishicks spotted this while playing with command.
This commit is contained in:
Charlie Voiselle
2020-11-02 18:00:53 -05:00
committed by GitHub
parent c6f410f551
commit 5d2d320e4b

View File

@@ -28,7 +28,7 @@ Usage: nomad event <subcommand> [options] [args]
$ cat sink.json
{
"ID": "my-sink",
"Type": "webhook"
"Type": "webhook",
"Address": "http://127.0.0.1:8080",
"Topics": {
"*": ["*"]