From 022c674a75f5be9cd507fd92b2593f6d676c71cd Mon Sep 17 00:00:00 2001 From: Mans Matulewicz Date: Thu, 14 Jan 2016 14:28:55 +0100 Subject: [PATCH] changed agent-status to agent-info as agent-status does not exist --- website/source/docs/commands/index.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/index.html.md.erb b/website/source/docs/commands/index.html.md.erb index 7170beca1..52a964bd0 100644 --- a/website/source/docs/commands/index.html.md.erb +++ b/website/source/docs/commands/index.html.md.erb @@ -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.