Merge pull request #1474 from mgp/master
Clarify that --config flag can take multiple files
This commit is contained in:
commit
8fae7bbc95
|
@ -126,10 +126,10 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
||||||
<tr class='setting'>
|
<tr class='setting'>
|
||||||
<td>
|
<td>
|
||||||
<p class='name'><strong>Configuration</strong></p>
|
<p class='name'><strong>Configuration</strong></p>
|
||||||
<p class="description">Specify a config file. Overrides settings in <code>_config.yml</code></p>
|
<p class="description">Specify config files instead of using <code>_config.yml</code> automatically. Settings in later files override settings in earlier files.</p>
|
||||||
</td>
|
</td>
|
||||||
<td class='align-center'>
|
<td class='align-center'>
|
||||||
<p><code class="flag">--config FILE</code></p>
|
<p><code class="flag">--config FILE1[,FILE2,...]</code></p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class='setting'>
|
<tr class='setting'>
|
||||||
|
|
Loading…
Reference in New Issue