From cde3da569ea5a6e3f6fd16ef0f40f3c9c119feb0 Mon Sep 17 00:00:00 2001 From: Dom Udall Date: Tue, 1 Aug 2017 10:26:52 +0100 Subject: [PATCH] Fixing spelling mistake Updating `deregistraion` -> `deregistration` --- command/stop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/stop.go b/command/stop.go index 374b606c0..5d3934174 100644 --- a/command/stop.go +++ b/command/stop.go @@ -14,7 +14,7 @@ func (c *StopCommand) Help() string { Usage: nomad stop [options] 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.