Fix typo in nomad node help text

The command `nomad node eligibility` doesn't accept the `-disabled` option, this should be `-disable`.
This commit is contained in:
Dirk Kok
2018-06-14 15:48:01 +02:00
committed by GitHub
parent 6091307b77
commit 4afea45b0d

View File

@@ -25,7 +25,7 @@ Usage: nomad node <subcommand> [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 <node-id>
$ nomad node eligibility -disable <node-id>
Mark a node to be drained, allowing batch jobs four hours to finished before
forcing them off the node: