From 0e6337e4dbcb574dac3f73f375720e26c8f2a825 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Mon, 26 Oct 2015 13:59:47 -0600 Subject: [PATCH] an option job ID -> an optional job ID --- website/source/docs/commands/status.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/status.html.md.erb b/website/source/docs/commands/status.html.md.erb index 1b2d6a371..7a5995e8e 100644 --- a/website/source/docs/commands/status.html.md.erb +++ b/website/source/docs/commands/status.html.md.erb @@ -16,7 +16,7 @@ The `status` command displays status information for jobs. nomad status [options] [job] ``` -This command accepts an option job ID as the sole argument. If the job ID is +This command accepts an optional job ID as the sole argument. If the job ID is provided, information about the specific job is queried and displayed. If the ID is omitted, the command lists out all of the existing jobs and a few of the most useful status fields for each.