From 56dd010c8293b77209e87e4294bffc204a8e7ca3 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 5 Sep 2018 10:37:24 +0200 Subject: [PATCH] Explain the help command --- docs/_docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/usage.md b/docs/_docs/usage.md index 97d66c3d..9bd8da8f 100644 --- a/docs/_docs/usage.md +++ b/docs/_docs/usage.md @@ -13,7 +13,7 @@ You can use this command in a number of ways: * `jekyll doctor` - Outputs any deprecation or configuration issues * `jekyll new-theme` - Creates a new Jekyll theme scaffold * `jekyll clean` - Removes the generated site and metadata file -* `jekyll help` - Shows a help message or these commands +* `jekyll help` - Shows help, optionally for a given subcommand, e.g. `jekyll help build` Typically you'll use `jekyll serve` while developing locally and `jekyll build` when you need to generate the site for production.