command: Fix node help error

This commit is contained in:
Chris Piwarski
2020-10-23 11:48:49 -07:00
committed by Tim Gross
parent a0f1174a8c
commit 57fe67ce53

View File

@@ -27,7 +27,7 @@ Usage: nomad node <subcommand> [options] [args]
$ nomad node eligibility -disable <node-id>
Mark a node to be drained, allowing batch jobs four hours to finished before
Mark a node to be drained, allowing batch jobs four hours to finish before
forcing them off the node:
$ nomad node drain -enable -deadline 4h <node-id>