Merge pull request #2943 from domudall/patch-1

Fixing spelling mistake
This commit is contained in:
Alex Dadgar 2017-08-01 08:31:42 -07:00 committed by GitHub
commit 8108b0f4a9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ func (c *StopCommand) Help() string {
Usage: nomad stop [options] <job>
Stop an existing job. This command is used to signal allocations
to shut down for the given job ID. Upon successful deregistraion,
to shut down for the given job ID. Upon successful deregistration,
an interactive monitor session will start to display log lines as
the job unwinds its allocations and completes shutting down. It
is safe to exit the monitor early using ctrl+c.