Explain the help command

This commit is contained in:
Frank Taillandier 2018-09-05 10:37:24 +02:00 committed by GitHub
parent 0db83b5008
commit 56dd010c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ You can use this command in a number of ways:
* `jekyll doctor` - Outputs any deprecation or configuration issues * `jekyll doctor` - Outputs any deprecation or configuration issues
* `jekyll new-theme` - Creates a new Jekyll theme scaffold * `jekyll new-theme` - Creates a new Jekyll theme scaffold
* `jekyll clean` - Removes the generated site and metadata file * `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. Typically you'll use `jekyll serve` while developing locally and `jekyll build` when you need to generate the site for production.