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.