From e52cb8e65c5e90a61eb2a0a31ca98da33202520d Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Mon, 28 Mar 2016 14:25:15 -0700 Subject: [PATCH] Updated docs --- website/source/docs/jobspec/servicediscovery.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/jobspec/servicediscovery.html.md b/website/source/docs/jobspec/servicediscovery.html.md index ff12a4557..38067cb88 100644 --- a/website/source/docs/jobspec/servicediscovery.html.md +++ b/website/source/docs/jobspec/servicediscovery.html.md @@ -130,10 +130,10 @@ group "database" { * `protocol`: This indicates the protocol for the http checks. Valid options are `http` and `https`. We default it to `http` -* `cmd`: This is the command that the Nomad client runs for doing script based +* `command`: This is the command that the Nomad client runs for doing script based health check. -* `args`: Additional arguments to the `cmd` for script based health checks. +* `args`: Additional arguments to the `command` for script based health checks. ## Assumptions