Merge pull request #672 from MansM/master

changed agent-status to agent-info as agent-status does not exist
This commit is contained in:
Alex Dadgar
2016-01-14 08:19:41 -08:00

View File

@@ -35,5 +35,5 @@ otherwise.
For example, the `nomad run` command is used to run a new job, the `nomad
status` command queries information about existing jobs, etc. Conversely,
commands with a prefix in their name likely operate in a different context.
Examples include the `nomad agent-status` or `nomad node-drain` commands,
Examples include the `nomad agent-info` or `nomad node-drain` commands,
which operate in the agent or node contexts respectively.