docs: add options for watch and force polling (#7918)

Merge pull request 7918
This commit is contained in:
Patrik Eriksson 2019-12-03 09:31:26 +01:00 committed by jekyllbot
parent 9292b719bd
commit 89dc5c2857
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,7 @@ class="flag">flags</code> (specified on the command-line) that control them.
<p class="description">Enable auto-regeneration of the site when files are modified.</p>
</td>
<td class="align-center">
<p><code class="option">watch: BOOL</code></p>
<p><code class="flag">-w, --[no-]watch</code></p>
</td>
</tr>
@ -248,6 +249,7 @@ class="flag">flags</code> (specified on the command-line) that control them.
<p class="description">Force watch to use polling.</p>
</td>
<td class="align-center">
<p><code class="option">force_polling: BOOL</code></p>
<p><code class="flag">--force_polling</code></p>
</td>
</tr>