From 4afea45b0d776ec36266b097f8deb65e4ac631d5 Mon Sep 17 00:00:00 2001 From: Dirk Kok <2505214+dirkkok@users.noreply.github.com> Date: Thu, 14 Jun 2018 15:48:01 +0200 Subject: [PATCH] Fix typo in `nomad node` help text The command `nomad node eligibility` doesn't accept the `-disabled` option, this should be `-disable`. --- command/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/node.go b/command/node.go index 7654030b7..7c73120c4 100644 --- a/command/node.go +++ b/command/node.go @@ -25,7 +25,7 @@ Usage: nomad node [options] [args] Mark a node as ineligible for running workloads. This is useful when the node is expected to be removed or upgraded so new allocations aren't placed on it: - $ nomad node eligibility -disabled + $ nomad node eligibility -disable Mark a node to be drained, allowing batch jobs four hours to finished before forcing them off the node: