From e94b987075a569012a6082fad5d585b0c2a4920e Mon Sep 17 00:00:00 2001 From: Troy Swanson Date: Tue, 21 Feb 2017 10:58:33 -0600 Subject: [PATCH] s/successfully/successful --- command/job_dispatch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/job_dispatch.go b/command/job_dispatch.go index b53567509..cc9ff5971 100644 --- a/command/job_dispatch.go +++ b/command/job_dispatch.go @@ -22,7 +22,7 @@ dispatched instance can be provided via stdin by using "-" or by specifiying a path to a file. Metadata can be supplied by using the meta flag one or more times. -Upon successfully creation, the dispatched job ID will be printed and the +Upon successful creation, the dispatched job ID will be printed and the triggered evaluation will be monitored. This can be disabled by supplying the detach flag.