Merge pull request #3149 from jekyll/document-build-serve-quiet-option
This commit is contained in:
commit
e51f94a038
|
@ -223,6 +223,16 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
||||||
<p><code class="flag">-V, --verbose</code></p>
|
<p><code class="flag">-V, --verbose</code></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="setting">
|
||||||
|
<td>
|
||||||
|
<p class="name"><strong>Silence Output</strong></p>
|
||||||
|
<p class="description">Silence the normal output from Jekyll
|
||||||
|
during a build</p>
|
||||||
|
</td>
|
||||||
|
<td class="align-center">
|
||||||
|
<p><code class="flag">-q, --quiet</code></p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue