Merge pull request #3149 from jekyll/document-build-serve-quiet-option

This commit is contained in:
Matt Rogers 2014-11-25 12:34:34 -06:00
commit e51f94a038
1 changed files with 10 additions and 0 deletions

View File

@ -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>