mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
command/run: update help output
This commit is contained in:
@@ -19,8 +19,9 @@ func (c *RunCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: nomad run [options] <file>
|
||||
|
||||
Starts running a new job using the definition located at <file>.
|
||||
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 <file>. 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
|
||||
|
||||
Reference in New Issue
Block a user