diff --git a/docs/_docs/quickstart.md b/docs/_docs/quickstart.md
index 969b5384..2d341cc0 100644
--- a/docs/_docs/quickstart.md
+++ b/docs/_docs/quickstart.md
@@ -25,4 +25,6 @@ advantage of all the awesome configuration options Jekyll makes available.
If you're running into problems, ensure you have all the [requirements
installed][Installation].
+When in doubt, use the help
command to remind you of all available options and usage, it also works with the new
, build
and serve
subcommands, e.g. jekyll help new
or jekyll help build
.
+
[Installation]: /docs/installation/
diff --git a/docs/_docs/usage.md b/docs/_docs/usage.md
index 3d2413d4..9f91d437 100644
--- a/docs/_docs/usage.md
+++ b/docs/_docs/usage.md
@@ -97,5 +97,12 @@ $ jekyll build --source _source --destination _deploy
For more about the possible configuration options, see the
[configuration](../configuration/) page.
+
+ The help
command is always here to remind you of all available options and usage, and also works with the build
, serve
and new
subcommands, e.g jekyll help new
or jekyll help build
.
+