From ea240a5063c80672876718ed2c99569ea00bc6ee Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Tue, 22 Sep 2015 18:17:30 -0700 Subject: [PATCH] command/run: update help output --- command/run.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/command/run.go b/command/run.go index 83e8a94e1..008361c9a 100644 --- a/command/run.go +++ b/command/run.go @@ -19,8 +19,9 @@ func (c *RunCommand) Help() string { helpText := ` Usage: nomad run [options] - Starts running a new job using the definition located at . - This is the main command used to invoke new work in Nomad. + Starts running a new job or updates an existing job using + the specification located at . This is the main command + used to interact with Nomad. Upon successful job submission, this command will immediately enter an interactive monitor. This is useful to watch Nomad's